ProvideLanguageEditorToolsOptionCategoryAttribute 类

定义

此属性用于声明语言的工具选项类别。

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
继承
ProvideLanguageEditorToolsOptionCategoryAttribute
属性

构造函数

ProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String)

为语言和选项类别初始化 的新实例 ProvideLanguageEditorToolsOptionCategoryAttribute

属性

TypeId

重写 TypeID 属性,使 RegistrationAttribute 派生类能够与 System.ComponentModel.TypeDescriptor.GetAttributes 一起使用 (...) 。仅当派生自此属性的属性需要对可应用于类的实例使用更好的控件时,它才必须重写此属性。

(继承自 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

获取相对于 VSPackage 的应用程序) 注册表根目录 (注册表路径。

(继承自 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

注册“工具选项”页。

Unregister(RegistrationAttribute+RegistrationContext)

注销“工具选项”页。

适用于