共用方式為


VsValidationContext.GetNavigationProxyModelElements 方法

傳回傳入模型項目的替代模型項目。 請考慮 *viewed* 簡報模型項目 (PEL) 代表模型項目的案例,而這些模型項目在此情況下是模型驗證期間所報告之實際違規模型項目的 Proxy。

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

語法

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

參數

傳回值

類型:System.Collections.Generic.IEnumerable<ModelElement>
表示傳入模型項目中之所有 Proxy 項目的唯讀集合。

.NET Framework 安全性

請參閱

參考

VsValidationContext 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間