RegisterProjectItemAttribute(Object, String, String, Int32) Constructor

Definition

Initializes a new instance of RegisterProjectItemAttribute.

public:
 RegisterProjectItemAttribute(System::Object ^ projectFactoryType, System::String ^ itemCategoryName, System::String ^ templatesDir, int priority);
public:
 RegisterProjectItemAttribute(Platform::Object ^ projectFactoryType, Platform::String ^ itemCategoryName, Platform::String ^ templatesDir, int priority);
 RegisterProjectItemAttribute(winrt::Windows::Foundation::IInspectable const & projectFactoryType, std::wstring const & itemCategoryName, std::wstring const & templatesDir, int priority);
public RegisterProjectItemAttribute (object projectFactoryType, string itemCategoryName, string templatesDir, int priority);
new Microsoft.VisualStudio.Shell.RegisterProjectItemAttribute : obj * string * string * int -> Microsoft.VisualStudio.Shell.RegisterProjectItemAttribute
Public Sub New (projectFactoryType As Object, itemCategoryName As String, templatesDir As String, priority As Integer)

Parameters

projectFactoryType
Object

The type of the project factory.

itemCategoryName
String

The name of the item category.

templatesDir
String

The template directory for this project type.

priority
Int32

The priority of the project type.

Applies to