Initializes a new instance of ProvideLanguageEditorToolsOptionCategoryAttribute for the language and option category.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Sub New ( _
languageName As String, _
categoryName As String, _
categoryResourceId As String _
)
'使用
Dim languageName As String
Dim categoryName As String
Dim categoryResourceId As String
Dim instance As New ProvideLanguageEditorToolsOptionCategoryAttribute(languageName, _
categoryName, categoryResourceId)
public ProvideLanguageEditorToolsOptionCategoryAttribute(
string languageName,
string categoryName,
string categoryResourceId
)
public:
ProvideLanguageEditorToolsOptionCategoryAttribute(
String^ languageName,
String^ categoryName,
String^ categoryResourceId
)
public function ProvideLanguageEditorToolsOptionCategoryAttribute(
languageName : String,
categoryName : String,
categoryResourceId : String
)
Parameters
languageName
Type: System.StringThe name of the language.
categoryName
Type: System.StringThe name of the category.
categoryResourceId
Type: System.StringThe resource ID of the category.
Permissions
- 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.
See Also
Reference
ProvideLanguageEditorToolsOptionCategoryAttribute Class