PropertyGroup.ICustomTypeDescriptor.GetConverter Method

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Private Function GetConverter As TypeConverter
    Implements ICustomTypeDescriptor.GetConverter
'Usage
Dim instance As PropertyGroup
Dim returnValue As TypeConverter

returnValue = CType(instance, ICustomTypeDescriptor).GetConverter()
TypeConverter ICustomTypeDescriptor.GetConverter()
private:
virtual TypeConverter^ GetConverter() sealed = ICustomTypeDescriptor::GetConverter
JScript does not support explicit interface implementations.
private abstract GetConverter : unit -> TypeConverter 
private override GetConverter : unit -> TypeConverter 

Return Value

Type: System.ComponentModel.TypeConverter

Implements

ICustomTypeDescriptor.GetConverter()

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace