ICustomTypeDescriptor.GetEditor Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Private Function GetEditor ( _
    editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
'Usage
Dim instance As PropertyGroup
Dim editorBaseType As Type
Dim returnValue As Object

returnValue = CType(instance, ICustomTypeDescriptor).GetEditor(editorBaseType)
Object ICustomTypeDescriptor.GetEditor(
    Type editorBaseType
)
private:
virtual Object^ GetEditor(
    Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor
private abstract GetEditor : 
        editorBaseType:Type -> Object 
private override GetEditor : 
        editorBaseType:Type -> Object 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System..::..Object

Implements

ICustomTypeDescriptor..::..GetEditor(Type)

See Also

Reference

PropertyGroup Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace