PropertyValue.Collection, propriété
En cas de substitution dans une classe dérivée, obtient une PropertyValueCollection d'objets représentant la valeur de PropertyValue.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property Collection As PropertyValueCollection
Get
public abstract PropertyValueCollection Collection { get; }
public:
virtual property PropertyValueCollection^ Collection {
PropertyValueCollection^ get () abstract;
}
abstract Collection : PropertyValueCollection
abstract function get Collection () : PropertyValueCollection
Valeur de propriété
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection
Collection d'objets représentant la valeur de PropertyValue.
Notes
Si une instance de PropertyValue représente une valeur qui est une collection, elle utilise la propriété Collection pour retourner PropertyValueCollection. Vous pouvez utiliser la propriété IsCollection pour déterminer si PropertyValue représente une valeur qui est une collection. La propriété RowDefinitions est un exemple de propriété dont la valeur est une collection.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms