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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.