다음을 통해 공유


ProvideLanguageEditorToolsOptionCategoryAttribute Constructor

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

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.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
)
new : 
        languageName:string * 
        categoryName:string * 
        categoryResourceId:string -> ProvideLanguageEditorToolsOptionCategoryAttribute
public function ProvideLanguageEditorToolsOptionCategoryAttribute(
    languageName : String, 
    categoryName : String, 
    categoryResourceId : String
)

Parameters

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

.NET Framework Security

See Also

Reference

ProvideLanguageEditorToolsOptionCategoryAttribute Class

ProvideLanguageEditorToolsOptionCategoryAttribute Members

Microsoft.VisualStudio.Shell Namespace