GlobalTypeCollection.IndexOf 方法

获取指定的项的位置。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Function IndexOf ( _
    item As GlobalType _
) As Integer
public int IndexOf(
    GlobalType item
)

参数

返回值

类型:System.Int32
该项的索引或 -1,如果不在集合。

.NET Framework 安全性

请参见

参考

GlobalTypeCollection 类

Microsoft.VisualStudio.Shell.Design 命名空间