LineSegment.GetSelectable(ShapeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示此段是否可选择。
public:
bool GetSelectable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public bool GetSelectable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
member this.GetSelectable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Function GetSelectable (parentShape As ShapeElement) As Boolean
参数
- parentShape
- ShapeElement
此段所属的链接形状。
返回
如果此段是可选的,则为 true。