Share via


AgnosticDatabaseConfigurationExtender.GetEditor Method

Gets the editor.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function GetEditor ( _
    editorBaseType As Type _
) As Object
'Usage
Dim instance As AgnosticDatabaseConfigurationExtender
Dim editorBaseType As Type
Dim returnValue As Object

returnValue = instance.GetEditor(editorBaseType)
public Object GetEditor(
    Type editorBaseType
)
public:
virtual Object^ GetEditor(
    Type^ editorBaseType
) sealed
public final function GetEditor(
    editorBaseType : Type
) : Object
abstract GetEditor : 
        editorBaseType:Type -> Object 
override GetEditor : 
        editorBaseType:Type -> Object 

Parameters

  • editorBaseType
    Type: System.Type
    Specifies editor base type

Return Value

Type: System.Object

Implements

ICustomTypeDescriptor.GetEditor(Type)

.NET Framework Security

See Also

Reference

AgnosticDatabaseConfigurationExtender Class

AgnosticDatabaseConfigurationExtender Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace