GetEditor Method

Delegates to base.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
abstract GetEditor : 
        editorBaseType:Type -> Object 
override GetEditor : 
        editorBaseType:Type -> Object 
public override function GetEditor(
    editorBaseType : Type
) : Object

Parameters

Return Value

Type: System..::..Object

See Also

Reference

DesignPropertyDescriptor Class

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