DesignPropertyDescriptor.GetEditor Method

Override. Gets an editor of the specified type.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides Function GetEditor ( _
    editorBaseType As Type _
) As Object
'Usage
Dim instance As DesignPropertyDescriptor
Dim editorBaseType As Type
Dim returnValue As Object

returnValue = instance.GetEditor(editorBaseType)
public override Object GetEditor(
    Type editorBaseType
)
public:
virtual Object^ GetEditor(
    Type^ editorBaseType
) override
public override function GetEditor(
    editorBaseType : Type
) : Object
abstract GetEditor : 
        editorBaseType:Type -> Object 
override GetEditor : 
        editorBaseType:Type -> Object 

Parameters

  • editorBaseType
    Type: System.Type
    The base type of editor, which is used to differentiate between multiple editors that a property supports

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

DesignPropertyDescriptor Class

DesignPropertyDescriptor Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace