共用方式為


ValidationContext.ValidationSubjects 屬性

取得要驗證之模型項目的清單。

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

語法

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

屬性值

類型:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
傳回模型項目的唯讀集合。

備註

這個集合包含可能有驗證方法套用至所有模型項目。

.NET Framework 安全性

請參閱

參考

ValidationContext 類別

Microsoft.VisualStudio.Modeling.Validation 命名空間