EditorFactoryBase 클래스

Base class for editor factories.

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase
    Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactorySql
    Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactorySqlCe
    Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ShowPlanEditorFactory

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

구문

‘선언
Public MustInherit Class EditorFactoryBase _
    Implements IVsEditorFactory
‘사용 방법
Dim instance As EditorFactoryBase
public abstract class EditorFactoryBase : IVsEditorFactory
public ref class EditorFactoryBase abstract : IVsEditorFactory
[<AbstractClassAttribute>]
type EditorFactoryBase =  
    class 
        interface IVsEditorFactory 
    end
public abstract class EditorFactoryBase implements IVsEditorFactory

EditorFactoryBase 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 EditorFactoryBase Initializes a new instance of the [T::Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase] class.

맨 위로 이동

속성

  이름 설명
공용 속성 Cookie Abstract handle in Visual Studio to be used to unregister this editor.
공용 속성 EditorGuid Gets the editor factory Guid.

맨 위로 이동

메서드

  이름 설명
보호된 메서드 CreateEditorInstance Creates an instance of the editor.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
보호된 필드 editorGuid The Guid of the editor.
보호된 필드정적 멤버 traceName Trace source name.
공용 필드 withEncoding Boolean that indicates if the script uses encoding.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IVsEditorFactoryClose Interop provider.
명시적 인터페이스 구현전용 메서드 IVsEditorFactoryCreateEditorInstance The interop provider.
명시적 인터페이스 구현전용 메서드 IVsEditorFactoryMapLogicalView Maps the logical view.
명시적 인터페이스 구현전용 메서드 IVsEditorFactorySetSite Sets the site.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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