DBProProjectOrDbSchemaFileReferenceNodeExtender.GetEditor Method
Returns an editor with the specified base type.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Function GetEditor ( _
editorBaseType As Type _
) As Object
'Usage
Dim instance As DBProProjectOrDbSchemaFileReferenceNodeExtender
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
The editor base type
Return Value
Type: System.Object
Implements
ICustomTypeDescriptor.GetEditor(Type)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DBProProjectOrDbSchemaFileReferenceNodeExtender Class
DBProProjectOrDbSchemaFileReferenceNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace