BuildItemGroup.Count Property

Definition

Gets a value indicating the number of BuildItem objects in the BuildItemGroup.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

An integer value representing the number of BuildItem objects in the BuildItemGroup.

Applies to