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
- index
Type: System.Int32
The index of the PropertyValue to remove.
Remarks
The host needs to make sure that the PropertyValue is invalid after the object is removed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace