BaseDocData.OnGetGuidEditorType Method
Called to get the editor type GUID.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected MustOverride Function OnGetGuidEditorType ( _
<OutAttribute> ByRef pClassId As Guid _
) As Integer
'Usage
Dim pClassId As Guid
Dim returnValue As Integer
returnValue = Me.OnGetGuidEditorType(pClassId)
protected abstract int OnGetGuidEditorType(
out Guid pClassId
)
protected:
virtual int OnGetGuidEditorType(
[OutAttribute] Guid% pClassId
) abstract
protected abstract function OnGetGuidEditorType(
pClassId : Guid
) : int
abstract OnGetGuidEditorType :
pClassId:Guid -> int
Parameters
- pClassId
Type: System.Guid%
The editor type GUID
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