ModelItemDictionary.ICollection.Count Property
For a description of this member, see ICollection.Count.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
'Declaration
Private ReadOnly Property Count As Integer
Implements ICollection.Count
'Usage
Dim instance As ModelItemDictionary
Dim value As Integer
value = CType(instance, ICollection).Count
int ICollection.Count { get; }
private:
virtual property int Count {
int get () sealed = ICollection::Count::get;
}
JScript does not support explicit interface implementations.
Type: System.Int32
This member is an explicit interface member implementation. It can be used only when the ModelItemDictionary instance is cast to an ICollection interface.
- 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.