Proprietà PropertyEntryCollection.Item

Sottoposto a override in una classe derivata, ottiene un oggetto PropertyEntry da questo insieme del nome specificato.

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

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Default Property Item ( _
    propertyName As String _
) As PropertyEntry
    Get
public abstract PropertyEntry this[
    string propertyName
] { get; }
public:
virtual property PropertyEntry^ default[String^ propertyName] {
    PropertyEntry^ get (String^ propertyName) abstract;
}
abstract Item : PropertyEntry
JScript non supporta le proprietà indicizzate.

Parametri

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Istanza di PropertyEntry del nome specificato oppure nullriferimento null (Nothing in Visual Basic) se non ne è disponibile alcuna.

Note

Questa proprietà viene utilizzata per il recupero delle sottoproprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyEntryCollection Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà