GlobalTypeCollection.Contains(GlobalType) 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 the specified item is in the collection
public:
bool Contains(Microsoft::VisualStudio::Shell::Design::GlobalType ^ item);
public bool Contains (Microsoft.VisualStudio.Shell.Design.GlobalType item);
member this.Contains : Microsoft.VisualStudio.Shell.Design.GlobalType -> bool
Public Function Contains (item As GlobalType) As Boolean
Parameters
- item
- GlobalType
The item to find.
Returns
true
if this collection contains the given item, otherwise false
.