IItemContainerProvider Interfaccia

Definizione

Espone un metodo per consentire alle applicazioni di trovare un elemento in un contenitore come ad esempio un elenco virtualizzato.

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
Derivato
Attributi

Commenti

Questa interfaccia deve essere implementata dai contenitori che supportano la virtualizzazione e non hanno altri mezzi per trovare l'elemento virtualizzato.

Metodi

FindItemByProperty(IRawElementProviderSimple, Int32, Object)

Recupera un elemento dal valore della proprietà specificato.

Si applica a