Share via


PropertyEntryCollection.Item Property

When overridden in a derived class, gets a PropertyEntry from this collection of the specified name.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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 does not support indexed properties.

Parameters

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
A PropertyEntry instance of the specified name or nulla null reference (Nothing in Visual Basic) if it does not exist.

Remarks

This property is used for sub-property retrieval.

.NET Framework Security

See Also

Reference

PropertyEntryCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture