ListField::GetItemSelectable Method (ShapeElement^, ListItemSubField^)
Visual Studio 2015
Gets a value indicating whether the specified list item is selectable.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual bool GetItemSelectable( ShapeElement^ parentShape, ListItemSubField^ listItem )
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The ShapeElement to which this ListField belongs.
- listItem
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ListItemSubField^
List item to get selectable value for.
Return Value
Type: System::Boolean
Show: