ProvideTextEditorAutomationAttribute Class

Definition

Registers an option page.

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
Inheritance
ProvideTextEditorAutomationAttribute
Attributes

Constructors

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

Initializes a new instance of the ProvideTextEditorAutomationAttribute class.

Properties

CategoryName

Gets the category name

CategoryResourceId

Gets the category resource ID.

PageName

Gets the page name

TypeId

Gets the current ProvideTextEditorAutomationAttribute object.

Methods

Register(RegistrationAttribute+RegistrationContext)

Registers the property page.

Unregister(RegistrationAttribute+RegistrationContext)

Removes registration information.

Applies to