MoveableDecoratorHostShape::ICustomTypeDescriptor::GetEditor Method (Type^)

 

Returns an editor of the specified type for this instance of a component.

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

private:
virtual Object^ GetEditor(
	Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor

Parameters

editorBaseType
Type: System::Type^

A System.Type that represents the editor for this object.

Return Value

Type: System::Object^

Editor of parent shape.

Return to top
Show: