PropertyEntryCollection.Count Property
When overridden in a derived class, gets the number of PropertyEntry instances in this collection.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Count As Integer
Get
public abstract int Count { get; }
public:
virtual property int Count {
int get () abstract;
}
abstract Count : int
abstract function get Count () : int
Property Value
Type: System.Int32
The number of PropertyEntry instances in this collection.
Remarks
This property is typically the number of sub-properties for the parent PropertyValue.
.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.PropertyEditing Namespace