Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the converter for the described property.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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
override Converter : TypeConverter
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