Diagram.NavigationRoot 属性

定义

获取关系图的根导航形状。 通常,这只是关系图本身。 如果关系图不可选择,则将在第一个可选择的子级中搜索其嵌套子形状。 不会搜索该子级。

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ NavigationRoot { Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement NavigationRoot { get; }
member this.NavigationRoot : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Public ReadOnly Property NavigationRoot As ShapeElement

属性值

ShapeElement

关系图的根导航形状。

适用于