MoveableDecoratorHostShape.ICustomTypeDescriptor.GetConverter Method
Returns a type converter 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 GetConverter As TypeConverter
Implements ICustomTypeDescriptor.GetConverter
TypeConverter ICustomTypeDescriptor.GetConverter()
private:
virtual TypeConverter^ GetConverter() sealed = ICustomTypeDescriptor::GetConverter
private abstract GetConverter : unit -> TypeConverter
private override GetConverter : unit -> TypeConverter
JScript does not support explicit interface implementations.
Return Value
Type: TypeConverter
Converter of parent shape.
Implements
ICustomTypeDescriptor.GetConverter
.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.