PropertyValue.IsCollection Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lors d'une implémentation dans une classe dérivée, obtient une valeur qui précise si ce PropertyValue est une collection.
public:
abstract property bool IsCollection { bool get(); };
public abstract bool IsCollection { get; }
member this.IsCollection : bool
Public MustOverride ReadOnly Property IsCollection As Boolean
Valeur de propriété
true
Si la valeur de propriété est une collection ; Sinon, false
.