GraphDataObject::GetDataPresent Method (String^)

 

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(
	String^ format
) sealed

Parameters

format
Type: System::String^

The format desired

Return Value

Type: System::Boolean

True if the format is supported, false otherwise

Return to top
Show: