BaseDocData.OnLoadHelper Method
Helps the load action.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Function OnLoadHelper ( _
fileName As String, _
<OutAttribute> ByRef documentIsDirty As Boolean _
) As Integer
'Usage
Dim fileName As String
Dim documentIsDirty As Boolean
Dim returnValue As Integer
returnValue = Me.OnLoadHelper(fileName, _
documentIsDirty)
protected virtual int OnLoadHelper(
string fileName,
out bool documentIsDirty
)
protected:
virtual int OnLoadHelper(
String^ fileName,
[OutAttribute] bool% documentIsDirty
)
protected function OnLoadHelper(
fileName : String,
documentIsDirty : boolean
) : int
abstract OnLoadHelper :
fileName:string *
documentIsDirty:bool -> int
override OnLoadHelper :
fileName:string *
documentIsDirty:bool -> int
Parameters
- fileName
Type: System.String
The file name
- documentIsDirty
Type: System.Boolean%
Value is false
Return Value
Type: System.Int32
Returns VSConstants.S_OK.
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace