GraphDataObject::GetDataPresent Method (String^, Boolean)

 

Determines if the passed in format is supported by this data object

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

public:
virtual bool GetDataPresent(
	String^ format,
	bool autoConvert
) sealed

Parameters

format
Type: System::String^

The desired format

autoConvert
Type: System::Boolean

Ignored

Return Value

Type: System::Boolean

True if the format is supported, false otherwise

Return to top
Show: