Freigeben über


IGraphContext.Errors-Eigenschaft

Eine Liste der gemeldeten Fehler.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
ReadOnly Property Errors As IEnumerable(Of Exception)
IEnumerable<Exception> Errors { get; }
property IEnumerable<Exception^>^ Errors {
    IEnumerable<Exception^>^ get ();
}
abstract Errors : IEnumerable<Exception> with get
function get Errors () : IEnumerable<Exception>

Eigenschaftswert

Typ: IEnumerable<Exception>

.NET Framework-Sicherheit

Siehe auch

Referenz

IGraphContext Schnittstelle

Microsoft.VisualStudio.GraphModel-Namespace