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 type converter for the current property descriptor.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Converter As TypeConverter
Get
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
A TypeConverter object used to convert the Type of the current property descriptor.
.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.