This member overrides DocData.Load(String, Boolean).
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Protected Overrides Sub Load ( _
fileName As String, _
isReload As Boolean _
)
'使用
Dim fileName As String
Dim isReload As Boolean
Me.Load(fileName, isReload)
protected override void Load(
string fileName,
bool isReload
)
protected:
virtual void Load(
String^ fileName,
bool isReload
) override
protected override function Load(
fileName : String,
isReload : boolean
)
Parameters
- fileName
Type: System.String
- isReload
Type: System.Boolean
Permissions
- 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.