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 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.String- The name of the document. 
- isReload 
 Type: System.Boolean- true 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.