SourceCollection.RemoveItem Method

Prevents the default item from being removed.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
'Usage
Dim index As Integer

Me.RemoveItem(index)
protected override void RemoveItem (
    int index
)
protected:
virtual void RemoveItem (
    int index
) override

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SourceCollection Class
SourceCollection Members
Microsoft.Expression.Encoder Namespace