SPDataSourceViewResultItem.ICustomTypeDescriptor.GetConverter Method
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
Implements
ICustomTypeDescriptor.GetConverter()
See Also
Reference
SPDataSourceViewResultItem Class