共用方式為


ValidationContext.GetNavigationProxyModelElements 方法

取得當模型中發生驗證錯誤時的 Proxy 模型項目。

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

語法

'宣告
Public Overridable Function GetNavigationProxyModelElements ( _
    fromElement As ModelElement _
) As IEnumerable(Of ModelElement)
public virtual IEnumerable<ModelElement> GetNavigationProxyModelElements(
    ModelElement fromElement
)

參數

傳回值

類型:System.Collections.Generic.IEnumerable<ModelElement>
proxy 模型項目。

備註

使用這個方法,以加入模型項目的 Proxy 在這個模型會導致驗證錯誤的模型項目時。

.NET Framework 安全性

請參閱

參考

ValidationContext 類別

Microsoft.VisualStudio.Modeling.Validation 命名空間