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
'Declaração
ReadOnly Property Count As Object
Get
Object Count { get; }
property Object^ Count {
Object^ get ();
}
abstract Count : Object
function get Count () : Object
Property Value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.