SelectorItemAutomationPeer(Object, SelectorAutomationPeer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SelectorItemAutomationPeer class.
SelectorItemAutomationPeer(IInspectable const& item, SelectorAutomationPeer const& parent);
public SelectorItemAutomationPeer(object item, SelectorAutomationPeer parent);
function SelectorItemAutomationPeer(item, parent)
Public Sub New (item As Object, parent As SelectorAutomationPeer)
Parameters
- item
-
Object
IInspectable
The specific item.
- parent
- SelectorAutomationPeer
The parent items control to create for.