ErrorItems.Item(Object) Method

Definition

Gets an indexed member of a ErrorItems collection.

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

Parameters

index
Object

Returns

An ErrorItem object.

Attributes

Applies to