ProvideProjectItemAttribute::ItemType Property

 

Gets the name of this type of item.

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

public:
property String^ ItemType {
	String^ get();
}

Property Value

Type: System::String^

The name of this type of item.

This name is used as the name of the folder on the left side of the Add New Items dialog.

Return to top
Show: