Export

Export(string, string)

Εξάγει το διάγραμμα από μορφή vsd σε vdw. Δεν έχει εφαρμοστεί ακόμα.

public static void Export(string inputVsd, string outputVdw)
Παράμετρος Τύπος Περιγραφή
inputVsd String Όνομα αρχείου *.vsd.
outputVdw String *.vdw όνομα αρχείου.

Δείτε επίσης


Export(string, Stream)

Εξάγει το διάγραμμα από αρχείο vsd σε μορφή ροής vdw. Δεν έχει εφαρμοστεί ακόμα.

public static void Export(string inputVsd, Stream outputVdw)
Παράμετρος Τύπος Περιγραφή
inputVsd String Όνομα αρχείου *.vsd.
outputVdw Stream Ροή vdw.

Δείτε επίσης


Export(Stream, string)

Εξάγει το διάγραμμα από ροή vsd σε μορφή αρχείου *.vdw. Δεν έχει εφαρμοστεί ακόμα.

public static void Export(Stream inputVsd, string outputVdw)
Παράμετρος Τύπος Περιγραφή
inputVsd Stream Όνομα αρχείου *.vsd.
outputVdw String Ροή vdw.

Δείτε επίσης


Export(Stream, Stream)

Εξάγει το διάγραμμα από τη μορφή ροής vsd σε μορφή ροής vdw. Δεν έχει εφαρμοστεί ακόμα.

public static void Export(Stream inputVsd, Stream outputVdw)
Παράμετρος Τύπος Περιγραφή
inputVsd Stream vsd stream.
outputVdw Stream Ροή vdw.

Δείτε επίσης