PropertyValueCollection.Item Property

When overridden in a derived class, gets the PropertyValue at the specified index.

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

Syntax

'Declaration
Public MustOverride ReadOnly Default Property Item ( _
    index As Integer _
) As PropertyValue
    Get
public abstract PropertyValue this[
    int index
] { get; }
public:
virtual property PropertyValue^ default[int index] {
    PropertyValue^ get (int index) abstract;
}
abstract Item : PropertyValue
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The PropertyValue at the specified index.

.NET Framework Security

See Also

Reference

PropertyValueCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture