Partager via


IGraphContext.Errors, propriété

Une liste des erreurs enregistrées.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

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

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<Exception>

Sécurité .NET Framework

Voir aussi

Référence

IGraphContext Interface

Microsoft.VisualStudio.GraphModel, espace de noms