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
'宣言
Public Overrides ReadOnly Property Converter As TypeConverter
'使用
Dim instance As DataViewPropertyDescriptor
Dim value As TypeConverter
value = instance.Converter
public override TypeConverter Converter { get; }
public:
virtual property TypeConverter^ Converter {
TypeConverter^ get () override;
}
public override function get Converter () : TypeConverter
Property Value
Type: System.ComponentModel.TypeConverter
A TypeConverter object used to convert the Type of the current property descriptor.
Permissions
- 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
DataViewPropertyDescriptor Class