LoopingSelectorAutomationPeer.FindItemByProperty 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 속성 값으로 요소를 검색합니다.
public:
virtual IRawElementProviderSimple ^ FindItemByProperty(IRawElementProviderSimple ^ startAfter, AutomationProperty ^ automationProperty, Platform::Object ^ value) = FindItemByProperty;
IRawElementProviderSimple FindItemByProperty(IRawElementProviderSimple const& startAfter, AutomationProperty const& automationProperty, IInspectable const& value);
public IRawElementProviderSimple FindItemByProperty(IRawElementProviderSimple startAfter, AutomationProperty automationProperty, object value);
function findItemByProperty(startAfter, automationProperty, value)
Public Function FindItemByProperty (startAfter As IRawElementProviderSimple, automationProperty As AutomationProperty, value As Object) As IRawElementProviderSimple
매개 변수
- startAfter
- IRawElementProviderSimple
검색을 시작할 컨테이너의 항목입니다.
- automationProperty
- AutomationProperty
검색할 값이 포함된 속성입니다.
- value
-
Object
Platform::Object
IInspectable
검색할 값입니다.
반환
이러한 항목이 있는 경우 검색 조건과 일치하는 첫 번째 항목입니다. 그렇지 않으면 null입니다.
구현
M:Microsoft.UI.Xaml.Automation.Provider.IItemContainerProvider.FindItemByProperty(Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple,Microsoft.UI.Xaml.Automation.AutomationProperty,System.Object)
M:Microsoft.UI.Xaml.Automation.Provider.IItemContainerProvider.FindItemByProperty(Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple,Microsoft.UI.Xaml.Automation.AutomationProperty,Platform::Object)
M:Microsoft.UI.Xaml.Automation.Provider.IItemContainerProvider.FindItemByProperty(Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple,Microsoft.UI.Xaml.Automation.AutomationProperty,IInspectable)