Partager via


DataSource.ICustomTypeDescriptor.GetConverter Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Déclaration
Private Function GetConverter As TypeConverter
    Implements ICustomTypeDescriptor.GetConverter
'Utilisation
Dim instance As DataSource
Dim returnValue As TypeConverter

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

Return Value

Type: System.ComponentModel.TypeConverter

Implements

ICustomTypeDescriptor.GetConverter()

.NET Framework Security

See Also

Reference

DataSource Class

DataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace