共用方式為


ValidationContext.CurrentViolations 屬性

取得驗證內容的驗證訊息的集合。

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

語法

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

屬性值

類型:System.Collections.ObjectModel.ReadOnlyCollection<ValidationMessage>
傳回唯讀的 LogMessage 物件集合。

.NET Framework 安全性

請參閱

參考

ValidationContext 類別

Microsoft.VisualStudio.Modeling.Validation 命名空間