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.
Gets a value indicating whether this shape field can be selected.
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 Overrides Function GetSelectable ( _
parentShape As ShapeElement, _
parentField As ShapeField _
) As Boolean
public override bool GetSelectable(
ShapeElement parentShape,
ShapeField parentField
)
public:
virtual bool GetSelectable(
ShapeElement^ parentShape,
ShapeField^ parentField
) override
abstract GetSelectable :
parentShape:ShapeElement *
parentField:ShapeField -> bool
override GetSelectable :
parentShape:ShapeElement *
parentField:ShapeField -> bool
public override function GetSelectable(
parentShape : ShapeElement,
parentField : ShapeField
) : boolean
Parameters
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe parent ShapeElement of this ShapeSubField.
parentField
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeFieldThe parent ShapeField of this ShapeSubField.
Return Value
Type: 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.