ListField::GetItemSelectable Method (ShapeElement^, ListItemSubField^)

 

Gets a value indicating whether the specified list item is selectable.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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
Return to top
Show: