GraphDataObject::GetData Method (Type^)
Visual Studio 2015
Gets the data for the passed in format
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- format
-
Type:
System::Type^
The format desired
Return Value
Type: System::Object^The data for this object if the format type is supported, null otherwise
Implements
IDataObject::GetData(Type^)If type passed in is a string, then the graph is returned as an xml string. If the type passed in is a Graph, then the graph object is returned without any serialization
Show: