مشاركة عبر


IVsaItems.Count Property

Gets the number of items in the specified collection.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'إقرار
ReadOnly Property Count As Integer
    Get
'الاستخدام
Dim instance As IVsaItems
Dim value As Integer

value = instance.Count
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.

See Also

Reference

IVsaItems Interface

IVsaItems Members

Microsoft.Vsa Namespace