ReadOnlyObservableSet<T>::RemoveItem Method (T)

 

Removes the specified element from a ReadOnlyObservableSet<T> object.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
bool RemoveItem(
	T item
)

Parameters

item
Type: T

The element to remove from the set.

Return Value

Type: System::Boolean

true if the element is successfully found and removed, otherwise false. This method returns false if item is not found in the ReadOnlyObservableSet(T) object.

Return to top
Show: