共用方式為


ValidationContext.GetNavigationProxyModelElements 方法

Proxy 模型項目時,會得到模型中發生驗證錯誤。

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