ListField.GetItemSelectable(ShapeElement, ListItemSubField) 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 the specified list item is selectable.
public:
virtual bool GetItemSelectable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ListItemSubField ^ listItem);
public virtual bool GetItemSelectable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField listItem);
abstract member GetItemSelectable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField -> bool
override this.GetItemSelectable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField -> bool
Public Overridable Function GetItemSelectable (parentShape As ShapeElement, listItem As ListItemSubField) As Boolean
Parameters
- parentShape
- ShapeElement
The ShapeElement to which this ListField belongs.
- listItem
- ListItemSubField
List item to get selectable value for.
Returns
True if the specified item list item is selectable.