Share via


TargetCollection.Count Property

Gets a value indicating the number of Target objects in the TargetCollection.

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 Target objects in the collection.

Implements

ICollection.Count

Remarks

Each Target object in the collection represents a Target element in the project.

.NET Framework Security

See Also

Reference

TargetCollection Class

Microsoft.Build.BuildEngine Namespace