Proprietà PropertyValue.Collection

Se sottoposto a override in una classe derivata, ottiene un oggetto PropertyValueCollection di oggetti che rappresenta il valore dell'oggetto PropertyValue.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection
Insieme di oggetti che rappresenta il valore dell'oggetto PropertyValue.

Note

Se un'istanza dell'oggetto PropertyValue rappresenta un valore che è un insieme, utilizza la proprietà Collection per restituire un oggetto PropertyValueCollection. È possibile utilizzare la proprietà IsCollection per determinare se un oggetto PropertyValue rappresenta un valore che è un insieme. La proprietà RowDefinitions è un esempio di proprietà il cui valore è un insieme.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValue Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

PropertyEntry

PropertyValueEditor

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà