Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Loads the document into memory.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: StringThe file name of the document.
isReload
Type: Booleantrue 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.