GraphDataObject.GetFormats Method

Definition

Overloads

GetFormats()

Gets the formats supported by this data object

GetFormats(Boolean)

Gets the formats supported by this data object

GetFormats()

Gets the formats supported by this data object

public:
 virtual cli::array <System::String ^> ^ GetFormats();
public string[] GetFormats ();
abstract member GetFormats : unit -> string[]
override this.GetFormats : unit -> string[]
Public Function GetFormats () As String()

Returns

String[]

The formats supported

Implements

Applies to

GetFormats(Boolean)

Gets the formats supported by this data object

public:
 virtual cli::array <System::String ^> ^ GetFormats(bool autoConvert);
public string[] GetFormats (bool autoConvert);
abstract member GetFormats : bool -> string[]
override this.GetFormats : bool -> string[]
Public Function GetFormats (autoConvert As Boolean) As String()

Parameters

autoConvert
Boolean

Ignored

Returns

String[]

The formats supported

Implements

Applies to