Partager via


DocData.GetCurFile, méthode

Obtient le nom de fichier du document.

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 GetCurFile ( _
    <OutAttribute> ByRef fileName As String, _
    <OutAttribute> ByRef formatIndex As UInteger _
) As Integer
public int GetCurFile(
    out string fileName,
    out uint formatIndex
)

Paramètres

  • formatIndex
    Type : System.UInt32%
    Actuellement non implémenté.

Valeur de retour

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

Implémentations

IPersistFileFormat.GetCurFile(String%, UInt32%)

Notes

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