Share via


SPDataSourceViewResultItem.ICustomTypeDescriptor.GetEditor method

Returns an editor of the specified type for this instance of a component.

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

    A [Type] that represents the editor for this object.

Return value

Type: System.Object
An object of the specified type that is the editor for this object, or null if the editor cannot be found.

Implements

ICustomTypeDescriptor.GetEditor(Type)

See also

Reference

SPDataSourceViewResultItem class

SPDataSourceViewResultItem members

Microsoft.SharePoint.WebControls namespace