GraphPropertyCollection::Remove Method (GraphProperty^)
Visual Studio 2015
Removes the first occurrence of a specific object from the collection
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- item
-
Type:
Microsoft.VisualStudio.GraphModel::GraphProperty^
The object to remove from the collection
Return Value
Type: System::BooleanTrue if item was successfully removed from the collection otherwise, false. This method also returns false if item is not found in the original collection.
Implements
ICollection<T>::Remove(T)
Show: