Share via


ProductCollection.Count Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the number of elements contained in the product 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.Tasks.Deployment.Bootstrapper
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.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 indicating the number of elements contained in the product collection.

Implements

IProductCollection.Count

.NET Framework Security

See Also

Reference

ProductCollection Class

Microsoft.Build.Tasks.Deployment.Bootstrapper Namespace