DocData.GetFormatList(String) 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.
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.