BaseDocData.OnLoadDocData Method
Called when loading document data.
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 OnLoadDocData ( _
szMkDocument As String _
) As Integer
'Usage
Dim szMkDocument As String
Dim returnValue As Integer
returnValue = Me.OnLoadDocData(szMkDocument)
protected virtual int OnLoadDocData(
string szMkDocument
)
protected:
virtual int OnLoadDocData(
String^ szMkDocument
)
protected function OnLoadDocData(
szMkDocument : String
) : int
abstract OnLoadDocData :
szMkDocument:string -> int
override OnLoadDocData :
szMkDocument:string -> int
Parameters
- szMkDocument
Type: System.String
The document identifier
Return Value
Type: System.Int32
.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