ModelingDocData.LoadDocData Method (String, Boolean)
Loads a document that has a specific file name.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Protected Overrides Function LoadDocData ( _
fileName As String, _
isReload As Boolean _
) As Integer
protected override int LoadDocData(
string fileName,
bool isReload
)
protected:
virtual int LoadDocData(
String^ fileName,
bool isReload
) override
abstract LoadDocData :
fileName:string *
isReload:bool -> int
override LoadDocData :
fileName:string *
isReload:bool -> int
protected override function LoadDocData(
fileName : String,
isReload : boolean
) : int
Parameters
fileName
Type: System.StringThe name of the document.
isReload
Type: System.Booleantrue to reload the document; otherwise, false.
Return Value
Type: System.Int32
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.