IItemContainerProvider Interface

Definition

Exposes a method to enable applications to find an element in a container, such as a virtualized list.

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
Derived
Attributes

Remarks

This interface must be implemented by containers that support virtualization and have no other means to find the virtualized element.

Methods

FindItemByProperty(IRawElementProviderSimple, Int32, Object)

Retrieves an element by the specified property value.

Applies to