IVsaItems.Count Property
Gets the number of items in the specified collection.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
int get ();
}
abstract Count : int
function get Count () : int
Property Value
Type: System.Int32
Returns the integer value for the number of items in the collection.