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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

BaseDocData Class

BaseDocData Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace