RegisterProjectItemAttribute, constructeur

Initialise une nouvelle instance d'RegisterProjectItemAttribute.

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

Syntaxe

'Déclaration
Public Sub New ( _
    projectFactoryType As Object, _
    itemCategoryName As String, _
    templatesDir As String, _
    priority As Integer _
)
public RegisterProjectItemAttribute(
    Object projectFactoryType,
    string itemCategoryName,
    string templatesDir,
    int priority
)

Paramètres

  • projectFactoryType
    Type : System.Object
    Le type de la fabrique de projet.
  • itemCategoryName
    Type : System.String
    Le nom de la catégorie d'élément.
  • templatesDir
    Type : System.String
    Le répertoire de modèle pour ce type de projet.
  • priority
    Type : System.Int32
    La priorité du type de projet.

Sécurité .NET Framework

Voir aussi

Référence

RegisterProjectItemAttribute Classe

Microsoft.VisualStudio.Shell, espace de noms