GraphDataObject::GetData Method (String^, Boolean)
Visual Studio 2015
Gets data for the passed in format
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- format
-
Type:
System::String^
The desired format of the data
- autoConvert
-
Type:
System::Boolean
Not used
Implements
IDataObject::GetData(String^, Boolean)If the format asked for is a graph, the graph object is returned without serialization. Otherwise, if the format asked for is supported, the data is returned as a string.
Show: