RolePlayerPropertyDescriptor.Converter Property
Gets the converter for the described property.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Converter As TypeConverter
public override TypeConverter Converter { get; }
public:
virtual property TypeConverter^ Converter {
TypeConverter^ get () override;
}
abstract Converter : TypeConverter with get
override Converter : TypeConverter with get
override function get Converter () : TypeConverter
Property Value
Type: System.ComponentModel.TypeConverter
The converter for the described property.
Remarks
This method returns a type converter that provides a drop-down list of possible values in the property grid.
.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.
See Also
Reference
RolePlayerPropertyDescriptor Class