共用方式為


ProvideLanguageEditorToolsOptionCategoryAttribute Constructor

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

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

Syntax

'宣告
Public Sub New ( _
    languageName As String, _
    categoryName As String, _
    categoryResourceId As String _
)
public ProvideLanguageEditorToolsOptionCategoryAttribute(
    string languageName,
    string categoryName,
    string categoryResourceId
)

Parameters

  • categoryResourceId
    Type: System.String
    The resource ID of the category.

.NET Framework Security

See Also

Reference

ProvideLanguageEditorToolsOptionCategoryAttribute Class

Microsoft.VisualStudio.Shell Namespace