Modules.Item(Object) 方法

定义

获取集合的一个索引成员 Modules

public:
 EnvDTE90::Module ^ Item(System::Object ^ Index);
public:
 EnvDTE90::Module ^ Item(Platform::Object ^ Index);
EnvDTE90::Module Item(winrt::Windows::Foundation::IInspectable const & Index);
[System.Runtime.InteropServices.DispId(0)]
public EnvDTE90.Module Item (object Index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> EnvDTE90.Module
Public Function Item (Index As Object) As Module

参数

Index
Object

必需。 要返回的 Modules 的索引。

返回

Module

Module 对象。

属性

注解

返回 Module 按名称或位置编制索引的对象。 如果 Name 传递了,此方法将返回与该名称匹配的第一个模块。 该名称区分大小写。

适用于