LineSegment.GetFocusable Method
Returns a value indicating whether this segment is focusable.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣告
Public Function GetFocusable ( _
parentShape As ShapeElement _
) As Boolean
public bool GetFocusable(
ShapeElement parentShape
)
public:
bool GetFocusable(
ShapeElement^ parentShape
)
member GetFocusable :
parentShape:ShapeElement -> bool
public function GetFocusable(
parentShape : ShapeElement
) : boolean
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The shape to which this segment belongs.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.