ErrorItems Interface

A collection of ErrorItem objects contained in an Error List window.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("DCF93A30-D013-42F4-8AEE-9F5BA215FB8B")> _
Public Interface ErrorItems
[GuidAttribute("DCF93A30-D013-42F4-8AEE-9F5BA215FB8B")]
public interface ErrorItems
[GuidAttribute(L"DCF93A30-D013-42F4-8AEE-9F5BA215FB8B")]
public interface class ErrorItems
[<GuidAttribute("DCF93A30-D013-42F4-8AEE-9F5BA215FB8B")>]
type ErrorItems =  interface end
public interface ErrorItems

The ErrorItems type exposes the following members.

Properties

  Name Description
Public property Count Gets a value indicating the number of objects in the ErrorItems collection.
Public property DTE Gets the top-level extensibility object.
Public property Parent Gets the immediate parent object of a ErrorItems collection.

Top

Methods

  Name Description
Public method Item Gets an indexed member of a ErrorItems collection.

Top

See Also

Reference

EnvDTE80 Namespace