Share via


UCTreeViewItemAutomationPeer.ISelectionItemProvider.SelectionContainer property

Gets the UI automation provider that implements ISelectionProvider and acts as the container for the calling object.

Namespace:  Microsoft.Lync.Controls.AutomationPeers
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Private ReadOnly Property SelectionContainer As IRawElementProviderSimple
    Implements ISelectionItemProvider.SelectionContainer
    Get
'Usage
Dim instance As UCTreeViewItemAutomationPeer
Dim value As IRawElementProviderSimple

value = CType(instance, ISelectionItemProvider).SelectionContainer
IRawElementProviderSimpleISelectionItemProvider.SelectionContainer { get; }

Property value

Type: System.Windows.Automation.Provider.IRawElementProviderSimple
The UI automation provider.

Implements

ISelectionItemProvider.SelectionContainer

Remarks

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See also

Reference

UCTreeViewItemAutomationPeer class

UCTreeViewItemAutomationPeer members

Microsoft.Lync.Controls.AutomationPeers namespace