Modules.Item(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取集合的一个索引成员 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
参数
返回
Module 对象。
- 属性
注解
返回 Module 按名称或位置编制索引的对象。 如果 Name 传递了,此方法将返回与该名称匹配的第一个模块。 该名称区分大小写。