MediaItemCollection.RemoveItem Method
Removes a media item from the collection.
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
protected void RemoveItem (
int index
)
protected override function RemoveItem (
index : int
)
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
MediaItemCollection Class
MediaItemCollection Members
Microsoft.Expression.Encoder Namespace