Share via


DataViewBrowseObject.GetEditor Method

Retrieves an editor for the specified base type and for the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overridable Function GetEditor ( _
    editorBaseType As Type _
) As Object
public virtual Object GetEditor(
    Type editorBaseType
)
public:
virtual Object^ GetEditor(
    Type^ editorBaseType
)
abstract GetEditor : 
        editorBaseType:Type -> Object  
override GetEditor : 
        editorBaseType:Type -> Object
public function GetEditor(
    editorBaseType : Type
) : Object

Parameters

  • editorBaseType
    Type: System.Type

    A Type representing the base type of the editor to get.

Return Value

Type: System.Object
An instance of the editor that can be cast to the specified editor type, or nulla null reference (Nothing in Visual Basic) if no editor of the requested type can be found.

Implements

ICustomTypeDescriptor.GetEditor(Type)

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace