Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Loads the document into memory.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected MustOverride Sub Load ( _
fileName As String, _
isReload As Boolean _
)
protected abstract void Load(
string fileName,
bool isReload
)
protected:
virtual void Load(
String^ fileName,
bool isReload
) abstract
abstract Load :
fileName:string *
isReload:bool -> unit
protected abstract function Load(
fileName : String,
isReload : boolean
)
Parameters
- fileName
Type: System.String
The file name of the document.
- isReload
Type: System.Boolean
true to reload a document; false to load a different document.
Remarks
This method implements the IVsPersistDocData2 interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.