共用方式為


IGraphContext.Errors 屬性

要報告的錯誤清單。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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>

屬性值

類型:IEnumerable<Exception>

.NET Framework 安全性

請參閱

參考

IGraphContext 介面

Microsoft.VisualStudio.GraphModel 命名空間