ErrorList.ErrorItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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