LineSegment.GetSelectable(ShapeElement) 方法

定义

返回一个值,该值指示此段是否可选择。

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

此段所属的链接形状。

返回

Boolean

如果此段是可选的,则为 true。

适用于