Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a value indicating whether this anchor point is focusable.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Function GetFocusable ( _
parentShape As ShapeElement, _
segment As LineSegment _
) As Boolean
public bool GetFocusable(
ShapeElement parentShape,
LineSegment segment
)
public:
bool GetFocusable(
ShapeElement^ parentShape,
LineSegment^ segment
)
member GetFocusable :
parentShape:ShapeElement *
segment:LineSegment -> bool
public function GetFocusable(
parentShape : ShapeElement,
segment : LineSegment
) : boolean
Parameters
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe LinkShape that the AnchorPoint belongs to.
segment
Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegmentThe LineSegment that the AnchorPoint belongs to.
Return Value
Type: Boolean
Remarks
Returns a value that indicates whether this anchor point is focusable.
.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.