CategoryEntry.Item, propriété
En cas de substitution dans une classe dérivée, obtient la propriété spécifiée.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les propriétés indexées.
Paramètres
- propertyName
Type : System.String
Nom de la propriété à retourner.
Valeur de propriété
Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Propriété spécifiée par propertyName.
Notes
Cette propriété agit comme un indexeur pour la propriété Properties.
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
Autres ressources
Extensibilité du Concepteur WPF