Share via


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

'Declaration
ReadOnly Property Count As Object
'Usage
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

.NET Framework Security

See Also

Reference

ICollection Interface

ICollection Members

Microsoft.VisualStudio.VsWizard Namespace