ErrorItems.Item(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取集合的一个索引成员 ErrorItems 。
public:
EnvDTE80::ErrorItem ^ Item(System::Object ^ index);
public:
EnvDTE80::ErrorItem ^ Item(Platform::Object ^ index);
EnvDTE80::ErrorItem Item(winrt::Windows::Foundation::IInspectable const & index);
[System.Runtime.InteropServices.DispId(3)]
public EnvDTE80.ErrorItem Item (object index);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member Item : obj -> EnvDTE80.ErrorItem
Public Function Item (index As Object) As ErrorItem
参数
- index
- Object
返回
一个 ErrorItem 对象。
- 属性