ProvideProjectItemAttribute.ItemType Property

Definition

String describing the item type. This string is used as the folder in the left side of the "Add New Items" dialog.

public:
 property System::String ^ ItemType { System::String ^ get(); };
public:
 property Platform::String ^ ItemType { Platform::String ^ get(); };
public string ItemType { get; }
member this.ItemType : string
Public ReadOnly Property ItemType As String

Property Value

The name of this type of item.

Remarks

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

Applies to