Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When overridden in a derived class, gets the count of items in the dictionary.
Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Count As Integer
'Usage
Dim instance As ModelItemDictionary 
Dim value As Integer 
value = instance.Count
public abstract int Count { get; }
public:
virtual property int Count {
    int get () abstract;
}
public abstract function get Count () : int
Property Value
Type: System.Int32
An integer that represents the number of items in the dictionary.
Implements
.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.
See Also
Reference
Microsoft.Windows.Design.Model Namespace