ClipCollection.InsertItem Method (Int32, Clip)

Item inserted into the list.

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

Syntax

'Declaration
Protected Overrides Sub InsertItem ( _
    index As Integer, _
    item As Clip _
)
'Usage
Dim index As Integer
Dim item As Clip

Me.InsertItem(index, item)
protected override void InsertItem (
    int index,
    Clip item
)
protected:
virtual void InsertItem (
    int index, 
    Clip^ item
) 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

ClipCollection Class
ClipCollection Members
Microsoft.Expression.Encoder Namespace