DocData.GetFormatList(String) Method

Definition

Returns the list of file formats we support so that the shell can display the Save As dialog.

public:
 virtual int GetFormatList([Runtime::InteropServices::Out] System::String ^ % formatList);
public int GetFormatList (out string formatList);
abstract member GetFormatList : string -> int
override this.GetFormatList : string -> int
Public Function GetFormatList (ByRef formatList As String) As Integer

Parameters

formatList
String

The list of supported file formats.

Returns

Implements

Applies to