GraphDataObject.GetFormats Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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