RegisterProjectItemAttribute Constructor (Object^, String^, String^, Int32)
Visual Studio 2015
Initializes a new instance of RegisterProjectItemAttribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: RegisterProjectItemAttribute( Object^ projectFactoryType, String^ itemCategoryName, String^ templatesDir, int priority )
Parameters
- projectFactoryType
-
Type:
System::Object^
The type of the project factory.
- itemCategoryName
-
Type:
System::String^
The name of the item category.
- templatesDir
-
Type:
System::String^
The template directory for this project type.
- priority
-
Type:
System::Int32
The priority of the project type.
Show: