Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of ProvideLanguageEditorToolsOptionCategoryAttribute for the language and option category.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
    languageName As String, _
    categoryName As String, _
    categoryResourceId As String _
)
public ProvideLanguageEditorToolsOptionCategoryAttribute(
    string languageName,
    string categoryName,
    string categoryResourceId
)
public:
ProvideLanguageEditorToolsOptionCategoryAttribute(
    String^ languageName, 
    String^ categoryName, 
    String^ categoryResourceId
)
new : 
        languageName:string * 
        categoryName:string * 
        categoryResourceId:string -> ProvideLanguageEditorToolsOptionCategoryAttribute
public function ProvideLanguageEditorToolsOptionCategoryAttribute(
    languageName : String, 
    categoryName : String, 
    categoryResourceId : String
)
Parameters
- languageName 
 Type: String- The name of the language. 
- categoryName 
 Type: String- The name of the category. 
- categoryResourceId 
 Type: String- The resource ID of the category. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.