共用方式為


ValidationMessage.ReferencedModelElements 屬性

取得此訊息會參考模型項目。

命名空間:  Microsoft.VisualStudio.Modeling.Validation
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Public ReadOnly Property ReferencedModelElements As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> ReferencedModelElements { get; }

屬性值

型別:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
ModelElement 物件的唯讀集合。

備註

集合會包含與這個錯誤或警告相關的模型項目。

.NET Framework 安全性

請參閱

參考

ValidationMessage 類別

Microsoft.VisualStudio.Modeling.Validation 命名空間