ISelectionProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
公开方法和属性以支持 UI 自动化客户端对控件的访问,这些控件充当用于收集各个可选择的子项的容器。 此控件的子级必须实现 ISelectionItemProvider。
public interface class ISelectionProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("fb8b03af-3bdf-48d4-bd36-1a65793be168")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISelectionProvider
public interface ISelectionProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("fb8b03af-3bdf-48d4-bd36-1a65793be168")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISelectionProvider = interface
type ISelectionProvider = interface
Public Interface ISelectionProvider
- 派生
- 属性
注解
在必须支持控件模式的 UI 自动化提供程序上 SelectionPattern 实现。
属性
CanSelectMultiple |
获取一个值,该值指定 UI 自动化提供程序是否允许同时选择多个子元素。 |
IsSelectionRequired |
获取一个值,该值指定 UI 自动化提供程序是否要求至少选择一个子元素。 |
方法
GetSelection() |
检索所选的每个子元素的 UI 自动化提供程序。 |