ICollection.Count Property

When implemented by a class, gets the number of elements contained in the ICollection.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
ReadOnly Property Count As Object
用法
Dim instance As ICollection
Dim value As Object

value = instance.Count
Object Count { get; }
property Object^ Count {
    Object^ get ();
}
function get Count () : Object

Property Value

Type: System.Object

Permissions

See Also

Reference

ICollection Interface

ICollection Members

Microsoft.VisualStudio.VsWizard Namespace