Export

Export(string, string)

Exporte le diagramme du format vsd au format vdw. Pas encore implémenté.

public static void Export(string inputVsd, string outputVdw)
Paramètre Taper La description
inputVsd String *.vsd nom de fichier.
outputVdw String *.vdw nom de fichier.

Voir également


Export(string, Stream)

Exporte le diagramme du fichier vsd au format de flux vdw. Pas encore implémenté.

public static void Export(string inputVsd, Stream outputVdw)
Paramètre Taper La description
inputVsd String *.vsd nom de fichier.
outputVdw Stream flux vdw.

Voir également


Export(Stream, string)

Exporte le diagramme du flux vsd au format de fichier *.vdw. Pas encore implémenté.

public static void Export(Stream inputVsd, string outputVdw)
Paramètre Taper La description
inputVsd Stream *.vsd nom de fichier.
outputVdw String flux vdw.

Voir également


Export(Stream, Stream)

Exporte le diagramme du flux vsd au format de flux vdw. Pas encore implémenté.

public static void Export(Stream inputVsd, Stream outputVdw)
Paramètre Taper La description
inputVsd Stream flux vsd.
outputVdw Stream flux vdw.

Voir également