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
- fileName
Type : System.String
Le nom de fichier du document.
- mode
Type : System.UInt32
Actuellement non implémenté.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.