Share via


ErrorList.ErrorItems Property

Definition

Gets an ErrorItems collection contained in the ErrorList window.

public:
 property EnvDTE80::ErrorItems ^ ErrorItems { EnvDTE80::ErrorItems ^ get(); };
public:
 property EnvDTE80::ErrorItems ^ ErrorItems { EnvDTE80::ErrorItems ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public EnvDTE80.ErrorItems ErrorItems { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.ErrorItems : EnvDTE80.ErrorItems
Public ReadOnly Property ErrorItems As ErrorItems

Property Value

An ErrorItems collection.

Attributes

Applies to