ProjectItemInstance.ItemType Property

Definition

Item type, for example "Compile"

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

Property Value

String

The item type. For example, "Compile".

Remarks

This cannot be set, as it is used as the key into the project's items table.

Applies to