ProvideLanguageEditorToolsOptionCategoryAttribute Class

 

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

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Shell.ProvideLanguageEditorToolsOptionCategoryAttribute

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class ProvideLanguageEditorToolsOptionCategoryAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String)

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

NameDescription
System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: