Partager via


DocData.Load, méthode (String, UInt32, Int32)

Charge le document dans la mémoire.

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 Load ( _
    fileName As String, _
    mode As UInteger, _
    isReadOnly As Integer _
) As Integer
public int Load(
    string fileName,
    uint mode,
    int isReadOnly
)

Paramètres

  • isReadOnly
    Type : System.Int32
    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.Load(String, UInt32, Int32)

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

DocData Classe

Load, surcharge

Microsoft.VisualStudio.Modeling.Shell, espace de noms