IItemContainerProvider Interfaz

Definición

Expone un método para permitir a las aplicaciones buscar un elemento en un contenedor, como una lista virtualizada.

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
Derivado
Atributos

Comentarios

Los contenedores que admiten la virtualización deben implementar esta interfaz y no tienen ningún otro medio para encontrar el elemento virtualizado.

Métodos

FindItemByProperty(IRawElementProviderSimple, Int32, Object)

Recupera un elemento por el valor de propiedad especificado.

Se aplica a