IItemContainerProvider 介面

定義

將方法公開,讓應用程式可尋找容器中的項目,例如,虛擬清單。

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
衍生
屬性

備註

此介面必須由支援虛擬化的容器實作,而且沒有其他方法來尋找虛擬化專案。

方法

FindItemByProperty(IRawElementProviderSimple, Int32, Object)

依指定的屬性值擷取項目。

適用於