ListDataSet.Remove Method
Removes the specified item from the ListDataSet.
Syntax
public void Remove(
object
item
);
Parameters
item
System.Object. The object to remove.
Requirements
Reference: Microsoft.MediaCenter.UI
Namespace: Microsoft.MediaCenter.UI
Assembly: Microsoft.MediaCenter.UI.dll
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also