IVirtualizedItemProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
公开一种方法,以支持虚拟化项控件模式。
public interface class IVirtualizedItemProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("cb98b665-2d35-4fac-ad35-f3c60d0c0b8b")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVirtualizedItemProvider
public interface IVirtualizedItemProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("cb98b665-2d35-4fac-ad35-f3c60d0c0b8b")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVirtualizedItemProvider = interface
type IVirtualizedItemProvider = interface
Public Interface IVirtualizedItemProvider
- 派生
- 属性
注解
方法Realize使虚拟项作为UI 自动化元素完全可访问。 虚拟化项通常是虚拟列表中的项;即不管理其自己的数据的列表。 当应用程序使用 FindItemByProperty 方法检索虚拟化项的自动化元素时,提供程序可能会返回实现 接口的 IVirtualizedItemProvider 占位符元素。 方法的Realize实现返回完整的UI 自动化元素引用。
方法
Realize() |
使虚拟项像 UI 自动化元素一样可完全访问。 |