Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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