Share via


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

'Declaration
Public Overrides ReadOnly Property Converter As TypeConverter
'Usage
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.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace