Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an ErrorItems collection contained in the ErrorList window.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property ErrorItems As ErrorItems
'Usage
Dim instance As ErrorList
Dim value As ErrorItems
value = instance.ErrorItems
ErrorItems ErrorItems { get; }
property ErrorItems^ ErrorItems {
ErrorItems^ get ();
}
function get ErrorItems () : ErrorItems
Property Value
Type: EnvDTE80.ErrorItems
An ErrorItems collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.