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 命名空间