GlobalObjectCollection.Contains(GlobalObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this collection contains the given item.
public:
bool Contains(Microsoft::VisualStudio::Shell::Design::GlobalObject ^ item);
public bool Contains (Microsoft.VisualStudio.Shell.Design.GlobalObject item);
member this.Contains : Microsoft.VisualStudio.Shell.Design.GlobalObject -> bool
Public Function Contains (item As GlobalObject) As Boolean
Parameters
- item
- GlobalObject
An object that will have its collection membership verified.
Returns
true
if the collection contains the object, otherwise false
.