Remove

VideoFormatInfoCollection.Remove method

Removes the specified item from the VideoFormatInfoCollection collection.

public bool Remove(VideoFormatInfo item)
Parameter Type Description
item VideoFormatInfo The item to remove.

Return Value

True if successfully removed; otherwise, false.

See Also