SPDataSourceViewResultItem.ICustomTypeDescriptor.GetConverter method

Returns a type converter for this instance of a component.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

returnValue = CType(instance, ICustomTypeDescriptor).GetConverter()
TypeConverterICustomTypeDescriptor.GetConverter()

Return value

Type: System.ComponentModel.TypeConverter
A [TypeConverter] that is the converter for this object, or null if there is no [TypeConverter] for this object.

Implements

ICustomTypeDescriptor.GetConverter()

See also

Reference

SPDataSourceViewResultItem class

SPDataSourceViewResultItem members

Microsoft.SharePoint.WebControls namespace