Freigeben über


MoveableDecoratorHostShape.ICustomTypeDescriptor.GetEditor-Methode

Gibt einen Editor vom angegebenen Typ für diese Instanz einer Komponente zurück.

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

Syntax

'Declaration
Private Function GetEditor ( _
    editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
Object ICustomTypeDescriptor.GetEditor(
    Type editorBaseType
)

Parameter

  • editorBaseType
    Typ: System.Type
    Ein System.Type, der den Editor für dieses Objekt darstellt.

Rückgabewert

Typ: System.Object
Editor der übergeordneten Form.

Implementiert

ICustomTypeDescriptor.GetEditor(Type)

.NET Framework-Sicherheit

Siehe auch

Referenz

MoveableDecoratorHostShape Klasse

Microsoft.VisualStudio.Modeling.Diagrams-Namespace