UIExtensionSiteCollection.System.Collections.ICollection.Count Property

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Private ReadOnly Property System.Collections.ICollection.Count As Integer Implements ICollection.Count
'Usage
Dim instance As UIExtensionSiteCollection
Dim value As Integer

value = CType(instance, ICollection).Count
int ICollection.Count { get; }
private:
virtual property int System.Collections.ICollection.Count {
    int get () sealed = ICollection::Count::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

See Also

Reference

UIExtensionSiteCollection Class
UIExtensionSiteCollection Members
Microsoft.Practices.CompositeUI Namespace