Partager via


DocData.InitNew, méthode

Initialise le 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 InitNew ( _
    formatIndex As UInteger _
) As Integer
public int InitNew(
    uint formatIndex
)

Paramètres

  • formatIndex
    Type : System.UInt32
    L'index du format qui représente le document.

Valeur de retour

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

Implémentations

IPersistFileFormat.InitNew(UInt32)

Notes

Nous prenons en charge uniquement un format de fichier unique afin que le paramètre est redondant.

Sécurité .NET Framework

Voir aussi

Référence

DocData Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms