GraphDataObject::GetData Method (IDataObject^)

 

Get the DGML in the given data object.

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

public:
static String^ GetData(
	IDataObject^ data
)

Parameters

data
Type: System.Windows::IDataObject^

The data object from which to obtain data

Return Value

Type: System::String^

The dgml from the data object if the format is recognized, null otherwise

Return to top
Show: