GraphDataObject Constructor (String^, Guid, array<DataFormat^>^)
Visual Studio 2015
Construct new GraphDataObject that publishes specific set of DGML formats
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- dgml
-
Type:
System::String^
The DGML being exchanged
- sourceId
-
Type:
System::Guid
The source Id of the Graph.
- formats
-
Type:
array<System.Windows::DataFormat^>^
The DataFormats to publish, for example, you could specify GraphDataObject.DgmlFormat
Show: