IItemContainerProvider Rozhraní

Definice

Zpřístupňuje metodu umožňující aplikacím najít prvek v kontejneru, například virtualizovaný seznam.

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
Odvozené
Atributy

Poznámky

Toto rozhraní musí být implementováno kontejnery, které podporují virtualizaci a nemají žádné jiné prostředky k nalezení virtualizovaného prvku.

Metody

FindItemByProperty(IRawElementProviderSimple, Int32, Object)

Načte prvek podle zadané hodnoty vlastnosti.

Platí pro