ProvideProjectItemAttribute Constructor (Object^, String^, String^, Int32)

 

Initializes a new instance of ProvideProjectItemAttribute for the item.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideProjectItemAttribute(
	Object^ projectFactoryType,
	String^ itemCategoryName,
	String^ templatesDir,
	int priority
)

Parameters

projectFactoryType
Type: System::Object^

The type of project factory. This can be a Type , a GUID, or the string form of the GUID.

itemCategoryName
Type: System::String^

The display name of the type of item.

templatesDir
Type: System::String^

The directory in which the templates for this project type can be found.

priority
Type: System::Int32

The priority of this type (for sorting purposes).

Return to top
Show: