VsValidationContext.GetDiagramNavigationTargetSubstitutes 方法

获取零个或多个替换形状列出给定目标的。

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

语法

声明
Protected Overridable Function GetDiagramNavigationTargetSubstitutes ( _
    target As ModelElement _
) As IList(Of DiagramItem)
protected virtual IList<DiagramItem> GetDiagramNavigationTargetSubstitutes(
    ModelElement target
)

参数

返回值

类型:System.Collections.Generic.IList<DiagramItem>
替代导航目标列表 (应为 ShapeElements),可以为空

.NET Framework 安全性

请参见

参考

VsValidationContext 类

Microsoft.VisualStudio.Modeling.Shell 命名空间