ListField.GetItemFocusable Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Overridable Function GetItemFocusable ( _
    parentShape As ShapeElement, _
    listItem As ListItemSubField _
) As Boolean
'使用
Dim instance As ListField
Dim parentShape As ShapeElement
Dim listItem As ListItemSubField
Dim returnValue As Boolean

returnValue = instance.GetItemFocusable(parentShape, _
    listItem)
public virtual bool GetItemFocusable(
    ShapeElement parentShape,
    ListItemSubField listItem
)
public:
virtual bool GetItemFocusable(
    ShapeElement^ parentShape, 
    ListItemSubField^ listItem
)
public function GetItemFocusable(
    parentShape : ShapeElement, 
    listItem : ListItemSubField
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace