ListItemSubField.GetSelectable(ShapeElement, ShapeField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this shape field can be selected.
public:
override bool GetSelectable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField);
public override bool GetSelectable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField);
override this.GetSelectable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> bool
Public Overrides Function GetSelectable (parentShape As ShapeElement, parentField As ShapeField) As Boolean
Parameters
- parentShape
- ShapeElement
The parent ShapeElement of this ShapeSubField.
- parentField
- ShapeField
The parent ShapeField of this ShapeSubField.
Returns
true if this shape field can be selected.