Share via


PropertyValueCollection.RemoveAt Method

When overridden in a derived class, removes the PropertyValue from the collection at the specified index.

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

Syntax

'Declaration
Public MustOverride Sub RemoveAt ( _
    index As Integer _
)
public abstract void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) abstract
abstract RemoveAt : 
        index:int -> unit 
public abstract function RemoveAt(
    index : int
)

Parameters

Remarks

The host needs to make sure that the PropertyValue is invalid after the object is removed.

.NET Framework Security

See Also

Reference

PropertyValueCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture