ProvideTextEditorAutomationAttribute 클래스

정의

옵션 페이지를 등록합니다.

public ref class ProvideTextEditorAutomationAttribute sealed : Microsoft::VisualStudio::Shell::ProvideOptionDialogPageAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideTextEditorAutomationAttribute : Microsoft.VisualStudio.Shell.ProvideOptionDialogPageAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideTextEditorAutomationAttribute = class
    inherit ProvideOptionDialogPageAttribute
Public NotInheritable Class ProvideTextEditorAutomationAttribute
Inherits ProvideOptionDialogPageAttribute
상속
ProvideTextEditorAutomationAttribute
특성

생성자

ProvideTextEditorAutomationAttribute(Type, String, String, Int16, Int16)

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

속성

CategoryName

범주 이름을 가져옵니다.

CategoryResourceId

범주 리소스 ID를 가져옵니다.

PageName

페이지 이름을 가져옵니다.

TypeId

현재 ProvideTextEditorAutomationAttribute 개체를 가져옵니다.

메서드

Register(RegistrationAttribute+RegistrationContext)

속성 페이지를 등록합니다.

Unregister(RegistrationAttribute+RegistrationContext)

등록 정보를 제거합니다.

적용 대상