GraphDataObject::GetDataPresent Method (Type^)

 

Determines if the passed in format is supported

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

public:
virtual bool GetDataPresent(
	Type^ format
) sealed

Parameters

format
Type: System::Type^

The type representing the format desired

Return Value

Type: System::Boolean

True if the format is supported, false otherwise

Return to top
Show: