Proprietà PropertyValue.SubProperties
Se sottoposto a override in una classe derivata, ottiene le sottoproprietà del valore di questa proprietà.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property SubProperties As PropertyEntryCollection
Get
public abstract PropertyEntryCollection SubProperties { get; }
public:
virtual property PropertyEntryCollection^ SubProperties {
PropertyEntryCollection^ get () abstract;
}
abstract SubProperties : PropertyEntryCollection
abstract function get SubProperties () : PropertyEntryCollection
Valore proprietà
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
Insieme di sottoproprietà.
Note
È possibile utilizzare la proprietà HasSubProperties per determinare se il valore di questa proprietà supporta le sottoproprietà.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing