RegisterProjectItemAttribute(Object, String, String, Int32) Oluşturucu

Tanım

Yeni bir örneğini başlatır 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)

Parametreler

projectFactoryType
Object

Proje fabrikası türü.

itemCategoryName
String

Öğe kategorisinin adı.

templatesDir
String

Bu proje türü için şablon dizini.

priority
Int32

Proje türünün önceliği.

Şunlara uygulanır