ErrorItem.Collection 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 the collection containing this ErrorItem object.
public:
property EnvDTE80::ErrorItems ^ Collection { EnvDTE80::ErrorItems ^ get(); };
public:
property EnvDTE80::ErrorItems ^ Collection { EnvDTE80::ErrorItems ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE80.ErrorItems Collection { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Collection : EnvDTE80.ErrorItems
Public ReadOnly Property Collection As ErrorItems
Property Value
An ErrorItems collection.
- Attributes