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
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- listItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField
Return Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.