ElementPropertyDescriptor.GetEditor Method

This member overrides PropertyDescriptor.GetEditor(Type).

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Overrides Function GetEditor ( _
    editorBaseType As Type _
) As Object
'使用
Dim instance As ElementPropertyDescriptor
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

Parameters

Return Value

Type: System.Object

Permissions

See Also

Reference

ElementPropertyDescriptor Class

ElementPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace