DataViewPropertyDescriptor.Converter Property

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

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace