LabelShapeTextPropertyDescriptor.GetEditor Method

This member overrides ElementPropertyDescriptor.GetEditor(Type).

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

Syntax

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

LabelShapeTextPropertyDescriptor Class

LabelShapeTextPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace