共用方式為


GlobalTypeCollection.IList.IndexOf Method

Gets the position of an item in the collection.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣告
Private Function IndexOf ( _
    item As Object _
) As Integer Implements IList.IndexOf
int IList.IndexOf(
    Object item
)

Parameters

Return Value

Type: System.Int32
The position of the item, or -1 if it was not found.

Implements

IList.IndexOf(Object)

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

Microsoft.VisualStudio.Shell.Design Namespace