ProvideLanguageEditorToolsOptionCategoryAttribute Class

Definition

This attribute is used to declare a Tools Option category for a language.

public ref class ProvideLanguageEditorToolsOptionCategoryAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideLanguageEditorToolsOptionCategoryAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideLanguageEditorToolsOptionCategoryAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideLanguageEditorToolsOptionCategoryAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideLanguageEditorToolsOptionCategoryAttribute
Inherits RegistrationAttribute
Inheritance
ProvideLanguageEditorToolsOptionCategoryAttribute
Attributes

Constructors

ProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String)

Initializes a new instance of ProvideLanguageEditorToolsOptionCategoryAttribute for the language and option category.

Properties

TypeId

Gets the current instance of this attribute.

(Inherited from RegistrationAttribute)

Methods

GetPackageRegKeyPath(Guid)

Gets the registry path (relative to the registry root of the application) of the VSPackage.

(Inherited from RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registers the Tools Option page.

Unregister(RegistrationAttribute+RegistrationContext)

Unregisters the Tools Option page.

Applies to