Partager via


ProvideLanguageEditorOptionPageAttribute, constructeur (Type, String, String, String, String)

Initialise une nouvelle instance d'ProvideLanguageEditorOptionPageAttribute pour la page spécifiée.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Sub New ( _
    pageType As Type, _
    languageName As String, _
    category As String, _
    pageName As String, _
    pageNameResourceId As String _
)
[BrowsableAttribute(false)]
public ProvideLanguageEditorOptionPageAttribute(
    Type pageType,
    string languageName,
    string category,
    string pageName,
    string pageNameResourceId
)

Paramètres

  • pageType
    Type : System.Type
    Le type de la page d'option.
  • pageName
    Type : System.String
    La légende de la page d'option.
  • pageNameResourceId
    Type : System.String
    L'ID de ressource de la page.

Sécurité .NET Framework

Voir aussi

Référence

ProvideLanguageEditorOptionPageAttribute Classe

ProvideLanguageEditorOptionPageAttribute, surcharge

Microsoft.VisualStudio.Shell, espace de noms