GlobalTypeCollection::IndexOf Method (GlobalType^)
Visual Studio 2015
Get the position of the specified item.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- item
-
Type:
Microsoft.VisualStudio.Shell.Design::GlobalType^
The item to find.
Return Value
Type: System::Int32The index at which the item was found, or -1 if it is not in the collection.
Show: