In This Topic
Contructor.
Syntax
'Declaration
Public Function New( _
ByVal As ISupportUia, _
ByVal As IUiaSelectionItemProvider, _
Optional ByVal As UiaItem, _
Optional ByVal As Control, _
Optional ByVal As ISupportUiaContainer, _
Optional ByVal expandCollapseItem As IUiaExpandCollapseProvider, _
Optional ByVal As IUiaTableItemProvider, _
Optional ByVal As IUiaGridItemProvider, _
Optional ByVal As IUiaScrollItemProvider, _
Optional ByVal As IUiaToggleProvider, _
Optional ByVal As IUiaValueProvider, _
Optional ByVal As String, _
Optional ByVal As Control, _
Optional ByVal As Object _
)
public UiaDataItem(
ISupportUia ,
IUiaSelectionItemProvider ,
UiaItem ,
Control ,
ISupportUiaContainer ,
IUiaExpandCollapseProvider expandCollapseItem,
IUiaTableItemProvider ,
IUiaGridItemProvider ,
IUiaScrollItemProvider ,
IUiaToggleProvider ,
IUiaValueProvider ,
string ,
Control ,
object
)
Parameters
- sourceItem
- Item with ISupportUia.
- selectionItem
- Item with IUiaSelectionProvider.
- uiaParent
- UIA parent of this item.
- rootControl
- Root control for all items.
- sourceContainer
- Container with inner items.
- expandCollapseItem
- Item with IUiaExpandCollapseProvider.
- tableItem
- Item with IUiaTableItemProvider.
- gridItem
- Item with IUiaGridItemProvider.
- scrollItem
- Item with IUiaScrollProvider.
- toggleItem
- Item with IUiaToggleProvider.
- valueItem
- Item with IUiaValueProvider.
- uiaName
- Custom name for this item.
- itemControl
- Original control of this item.
- objectToCache
- Object for caching.
See Also