Share via


ProvideLanguageEditorOptionPageAttribute Constructor (Type, String, String, String, String, array<String )

Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute.

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

Syntax

'Declaration
Public Sub New ( _
    pageType As Type, _
    languageName As String, _
    category As String, _
    pageName As String, _
    pageNameResourceId As String, _
    keywords As String() _
)
public ProvideLanguageEditorOptionPageAttribute(
    Type pageType,
    string languageName,
    string category,
    string pageName,
    string pageNameResourceId,
    string[] keywords
)
public:
ProvideLanguageEditorOptionPageAttribute(
    Type^ pageType, 
    String^ languageName, 
    String^ category, 
    String^ pageName, 
    String^ pageNameResourceId, 
    array<String^>^ keywords
)
new : 
        pageType:Type * 
        languageName:string * 
        category:string * 
        pageName:string * 
        pageNameResourceId:string * 
        keywords:string[] -> ProvideLanguageEditorOptionPageAttribute
public function ProvideLanguageEditorOptionPageAttribute(
    pageType : Type, 
    languageName : String, 
    category : String, 
    pageName : String, 
    pageNameResourceId : String, 
    keywords : String[]
)

Parameters

  • pageType
    Type: Type

    The type of the option page.

  • languageName
    Type: String

    The language name.

  • category
    Type: String

    The option page category.

  • pageName
    Type: String

    The caption of the option page.

  • pageNameResourceId
    Type: String

    The resource ID of the page.

  • keywords
    Type: array<String[]

    The keywords.

.NET Framework Security

See Also

Reference

ProvideLanguageEditorOptionPageAttribute Class

ProvideLanguageEditorOptionPageAttribute Overload

Microsoft.VisualStudio.Shell Namespace