UCTreeViewItemAutomationPeer.ISelectionItemProvider.Select method
Clears any selection and then selects the current element.
Namespace: Microsoft.Lync.Controls.AutomationPeers
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Private Sub Select Implements ISelectionItemProvider.Select
'Usage
Dim instance As UCTreeViewItemAutomationPeer
CType(instance, ISelectionItemProvider).Select()
void ISelectionItemProvider.Select()
Implements
ISelectionItemProvider.Select()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Operation cannot be performed |
Remarks
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See also
Reference
UCTreeViewItemAutomationPeer class