MoveableDecoratorHostShape.ICustomTypeDescriptor.GetEditor Method
Returns an editor of the specified type for this instance of a component.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Private Function GetEditor ( _
editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
Object ICustomTypeDescriptor.GetEditor(
Type editorBaseType
)
private:
virtual Object^ GetEditor(
Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor
private abstract GetEditor :
editorBaseType:Type -> Object
private override GetEditor :
editorBaseType:Type -> Object
JScript does not support explicit interface implementations.
Parameters
editorBaseType
Type: TypeA System.Type that represents the editor for this object.
Return Value
Type: Object
Editor of parent shape.
Implements
ICustomTypeDescriptor.GetEditor(Type)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.