ReadOnlyObservableSet<T>::AddItem Method (T)
Visual Studio 2015
Adds the specified element to a set.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- item
-
Type:
T
The element to add to the set.
Return Value
Type: System::Booleantrue if the element is added to the ReadOnlyObservableSet<T> object, or false if the element is already present.
Show: