Export

Export(string, string)

Esporta il diagramma dal formato vsd al formato vdw. Non ancora implementato.

public static void Export(string inputVsd, string outputVdw)
Parametro Tipo Descrizione
inputVsd String Nome file *.vsd.
outputVdw String Nome file *.vdw.

Guarda anche


Export(string, Stream)

Esporta il diagramma dal file vsd al formato flusso vdw. Non ancora implementato.

public static void Export(string inputVsd, Stream outputVdw)
Parametro Tipo Descrizione
inputVsd String Nome file *.vsd.
outputVdw Stream flusso vw.

Guarda anche


Export(Stream, string)

Esporta il diagramma dal flusso vsd al formato di file *.vdw. Non ancora implementato.

public static void Export(Stream inputVsd, string outputVdw)
Parametro Tipo Descrizione
inputVsd Stream Nome file *.vsd.
outputVdw String flusso vw.

Guarda anche


Export(Stream, Stream)

Esporta il diagramma dal formato vsd stream al formato vdw stream. Non ancora implementato.

public static void Export(Stream inputVsd, Stream outputVdw)
Parametro Tipo Descrizione
inputVsd Stream flusso vsd.
outputVdw Stream flusso vw.

Guarda anche