共用方式為


ValidationContext.CurrentViolations 屬性

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

命名空間:  Microsoft.VisualStudio.Modeling.Validation
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.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 命名空間