ShowPlanEditorFactory 클래스

정의

ShowPlanEditor 팩터리입니다.

public ref class ShowPlanEditorFactory sealed : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::EditorFactoryBase
[System.Runtime.InteropServices.Guid("BD41288B-959E-41BC-9A56-1D1F232059D2")]
public sealed class ShowPlanEditorFactory : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase
[<System.Runtime.InteropServices.Guid("BD41288B-959E-41BC-9A56-1D1F232059D2")>]
type ShowPlanEditorFactory = class
    inherit EditorFactoryBase
Public NotInheritable Class ShowPlanEditorFactory
Inherits EditorFactoryBase
상속
ShowPlanEditorFactory
특성

생성자

ShowPlanEditorFactory()

ShowPlanEditorFactory 클래스의 새 인스턴스를 초기화합니다.

필드

editorGuid

편집기의 Guid입니다.

(다음에서 상속됨 EditorFactoryBase)
withEncoding

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

(다음에서 상속됨 EditorFactoryBase)

속성

Cookie

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

(다음에서 상속됨 EditorFactoryBase)
EditorGuid

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

(다음에서 상속됨 EditorFactoryBase)

메서드

CreateEditorInstance(IServiceProvider, Boolean, String)

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

(다음에서 상속됨 EditorFactoryBase)

명시적 인터페이스 구현

IVsEditorFactory.Close()

Interop 공급자입니다.

(다음에서 상속됨 EditorFactoryBase)
IVsEditorFactory.CreateEditorInstance(UInt32, String, String, IVsHierarchy, UInt32, IntPtr, IntPtr, IntPtr, String, Guid, Int32)

Interop 공급자입니다.

(다음에서 상속됨 EditorFactoryBase)
IVsEditorFactory.MapLogicalView(Guid, String)

논리 뷰를 매핑합니다.

(다음에서 상속됨 EditorFactoryBase)
IVsEditorFactory.SetSite(IServiceProvider)

사이트를 설정합니다.

(다음에서 상속됨 EditorFactoryBase)

적용 대상