ISelectionItemProvider interface
Provides access to individual, selectable child controls of containers that implement ISelectionProvider.
Members
The ISelectionItemProvider interface inherits from the IUnknown interface. ISelectionItemProvider also has these types of members:
Methods
The ISelectionItemProvider interface has these methods.
| Method | Description |
|---|---|
| AddToSelection |
Adds the current element to the collection of selected items. |
| RemoveFromSelection |
Removes the current element from the collection of selected items. |
| Select |
Deselects any selected items and then selects the current element. |
Properties
The ISelectionItemProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Indicates whether an item is selected. | |
|
Read-only |
Specifies the provider that implements ISelectionProvider and acts as the container for the calling object. |
Remarks
Implemented on a Microsoft UI Automation provider that must support the SelectionItem control pattern.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_ISelectionItemProvider is defined as 2acad808-b2d4-452d-a407-91ff1ad167b2 |
See also