Share via


MediaCollection.RemoveItem Method

Removes a media item from the current media collection.

Syntax

  protected virtual void RemoveItem(
  int  index
);

Parameters

index

System.Int32.  Specifies the index location of the media item to remove.

Return Value

This method does not return a value.

Remarks

None.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also