Anteckning
Å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 a value indicating whether this PropertyValue is a collection.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsCollection As Boolean
'Usage
Dim instance As PropertyValue
Dim value As Boolean
value = instance.IsCollection
public abstract bool IsCollection { get; }
public:
virtual property bool IsCollection {
bool get () abstract;
}
public abstract function get IsCollection () : boolean
Property Value
Type: System.Boolean
true if PropertyValue is a collection; otherwise, false.
Remarks
If an instance of PropertyValue represents a value that is a collection, it uses the Collection property to return a PropertyValueCollection. An example of a property whose value is a collection is the RowDefinitions property.
.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