GraphDataObject::IsGraphData Method (IDataObject^)

 

Determines if the data object has a supported format

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

public:
static bool IsGraphData(
	IDataObject^ data
)

Parameters

data
Type: System.Windows::IDataObject^

The IDataObject to check

Return Value

Type: System::Boolean

True if the data contains a supported format.

Return to top
Show: