Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, gets the number of items in the collection.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Count As Integer
'Usage
Dim instance As PropertyValueCollection
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
The number of items in the collection.
.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
PropertyValueCollection Members
Microsoft.Windows.Design.PropertyEditing Namespace