Partager via


DocData.GetFormatList, méthode

Obtient la liste de formats de document prises en charge.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Function GetFormatList ( _
    <OutAttribute> ByRef formatList As String _
) As Integer
public int GetFormatList(
    out string formatList
)

Paramètres

  • formatList
    Type : System.String%
    La liste de formats de document prises en charge.

Valeur de retour

Type : System.Int32
S_OK si la méthode aboutit ; sinon, elle retourne code d'erreur.

Implémentations

IPersistFileFormat.GetFormatList(String%)

Notes

Les formats de document prises en charge apparaissent dans la boîte de dialogue d'Enregistrer sous.

Cette méthode implémente l'interface IPersistFileFormat.

Sécurité .NET Framework

Voir aussi

Référence

DocData Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms