EditorFactoryBase 클래스

정의

편집기 팩터리의 기본 클래스입니다.

public ref class EditorFactoryBase abstract : Microsoft::VisualStudio::Shell::Interop::IVsEditorFactory
public abstract class EditorFactoryBase : Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory
type EditorFactoryBase = class
    interface IVsEditorFactory
Public MustInherit Class EditorFactoryBase
Implements IVsEditorFactory
상속
EditorFactoryBase
파생
구현

생성자

EditorFactoryBase()

:Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase 클래스의 새 인스턴스를 초기화합니다.

필드

editorGuid

편집기의 Guid입니다.

traceName

추적 원본 이름입니다.

withEncoding

스크립트에서 인코딩을 사용하는지 여부를 나타내는 부울입니다.

속성

Cookie

이 편집기의 등록을 취소하는 데 사용할 Visual Studio의 추상 핸들입니다.

EditorGuid

편집기 팩터리 Guid를 가져옵니다.

메서드

CreateEditorInstance(IServiceProvider, Boolean, String)

편집기의 인스턴스를 만듭니다.

명시적 인터페이스 구현

IVsEditorFactory.Close()

Interop 공급자입니다.

IVsEditorFactory.CreateEditorInstance(UInt32, String, String, IVsHierarchy, UInt32, IntPtr, IntPtr, IntPtr, String, Guid, Int32)

Interop 공급자입니다.

IVsEditorFactory.MapLogicalView(Guid, String)

논리 뷰를 매핑합니다.

IVsEditorFactory.SetSite(IServiceProvider)

사이트를 설정합니다.

적용 대상