Diagram.NavigationRoot 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取关系图的根导航形状。 通常,这只是关系图本身。 如果关系图不可选择,则将在第一个可选择的子级中搜索其嵌套子形状。 不会搜索该子级。
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
属性值
关系图的根导航形状。