IItemContainerProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.