Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value indicating whether the specified list item is focusable.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable Function GetItemFocusable ( _
parentShape As ShapeElement, _
listItem As ListItemSubField _
) As Boolean
public virtual bool GetItemFocusable(
ShapeElement parentShape,
ListItemSubField listItem
)
public:
virtual bool GetItemFocusable(
ShapeElement^ parentShape,
ListItemSubField^ listItem
)
abstract GetItemFocusable :
parentShape:ShapeElement *
listItem:ListItemSubField -> bool
override GetItemFocusable :
parentShape:ShapeElement *
listItem:ListItemSubField -> bool
public function GetItemFocusable(
parentShape : ShapeElement,
listItem : ListItemSubField
) : boolean
Parameters
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe ShapeElement to which this ListField belongs.
listItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubFieldList item to get focusable value for.
Return Value
Type: Boolean
.NET Framework Security
- 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.