ErrorItems Interface
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.
A collection of ErrorItem objects contained in an Error List window.
public interface class ErrorItems
public interface class ErrorItems
__interface ErrorItems
[System.Runtime.InteropServices.Guid("DCF93A30-D013-42F4-8AEE-9F5BA215FB8B")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface ErrorItems
[System.Runtime.InteropServices.Guid("DCF93A30-D013-42F4-8AEE-9F5BA215FB8B")]
public interface ErrorItems
[<System.Runtime.InteropServices.Guid("DCF93A30-D013-42F4-8AEE-9F5BA215FB8B")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type ErrorItems = interface
[<System.Runtime.InteropServices.Guid("DCF93A30-D013-42F4-8AEE-9F5BA215FB8B")>]
type ErrorItems = interface
Public Interface ErrorItems
- Attributes
Properties
Count |
Gets a value indicating the number of objects in the ErrorItems collection. |
DTE |
Gets the top-level extensibility object. |
Parent |
Gets the immediate parent object of a ErrorItems collection. |
Methods
Item(Object) |
Gets an indexed member of a ErrorItems collection. |