Project.ItemTypes Property

Definition

Item types in this project. This is an ordered collection.

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

An enumerator over all item types in this project. This is an ordered collection.

Applies to