ProjectInstance.ItemTypes Property

Definition

Enumerator over item types of the items in this project

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ ItemTypes { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> ItemTypes { get; }
member this.ItemTypes : System.Collections.Generic.ICollection<string>
Public ReadOnly Property ItemTypes As ICollection(Of String)

Property Value

All item types in this project.

Applies to