GetEditor Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

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

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

Parameters

Return Value

Type: System..::..Object

Implements

ICustomTypeDescriptor..::..GetEditor(Type)

See Also

Reference

DatabaseProjectOrSqlSchemaFileReferenceNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace