Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEditor 메서드

Gets an editor of the specified type for this instance.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Function GetEditor ( _
    editorBaseType As Type _
) As Object
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
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

매개 변수

  • editorBaseType
    유형: System.Type
    A Type object that represents the editor for this object.

반환 값

유형: System.Object
An object of the specified type that is the editor for this object.

구현

ICustomTypeDescriptor.GetEditor(Type)

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스