Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the document by using its file name.
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 Overridable Function LoadDocData ( _
fileName As String, _
isReload As Boolean _
) As Integer
protected virtual int LoadDocData(
string fileName,
bool isReload
)
protected:
virtual int LoadDocData(
String^ fileName,
bool isReload
)
abstract LoadDocData :
fileName:string *
isReload:bool -> int
override LoadDocData :
fileName:string *
isReload:bool -> int
protected function LoadDocData(
fileName : String,
isReload : boolean
) : int
Parameters
- fileName
Type: System.String
The file name of the document.
- isReload
Type: System.Boolean
true when this load is caused by an external file change.
Return Value
Type: System.Int32
S_OK if the method succeeds; otherwise, it returns an error code.
Remarks
This method calls Load, which loads the document.
.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.