ErrorItems.Item(Object) 方法

定义

获取集合的一个索引成员 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

一个 ErrorItem 对象。

属性

适用于