GraphDataObject::GetData Method (String^)

 

Gets the data for the passed in format

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual Object^ GetData(
	String^ format
) sealed

Parameters

format
Type: System::String^

The desired format

Return Value

Type: System::Object^

The data if the foramt is supported

Return to top
Show: