IItemContainerProvider 接口

定义

公开一种方法,使应用程序能够在容器(例如虚拟化列表)中查找元素。

public interface class IItemContainerProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("e747770b-39ce-4382-ab30-d8fb3f336f24")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IItemContainerProvider
public interface IItemContainerProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("e747770b-39ce-4382-ab30-d8fb3f336f24")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IItemContainerProvider = interface
type IItemContainerProvider = interface
Public Interface IItemContainerProvider
派生
属性

注解

此接口必须由支持虚拟化的容器实现,并且没有其他方法来查找虚拟化元素。

方法

FindItemByProperty(IRawElementProviderSimple, Int32, Object)

按指定的属性值检索元素。

适用于