Share via


BuildItemGroupCollection.Count Property

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

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int with get 
override Count : int with get
final function get Count () : int

Property Value

Type: System.Int32
An integer value representing the number of BuildItemGroup objects in the collection.

Implements

ICollection.Count

Remarks

Each BuildItemGroup object in the collection represents an ItemGroup element in the project.

.NET Framework Security

See Also

Reference

BuildItemGroupCollection Class

Microsoft.Build.BuildEngine Namespace