SPDataSourceViewResultItem.ICustomTypeDescriptor.GetEditor Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetEditor ( _
editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
'Usage
Dim instance As SPDataSourceViewResultItem
Dim editorBaseType As Type
Dim returnValue As Object
returnValue = CType(instance, ICustomTypeDescriptor).GetEditor(editorBaseType)
ObjectICustomTypeDescriptor.GetEditor(
Type editorBaseType
)
Parameters
- editorBaseType
Type: System.Type
Return Value
Type: System.Object
Implements
ICustomTypeDescriptor.GetEditor(Type)
See Also
Reference
SPDataSourceViewResultItem Class