XamlControl.GetUITestControlsForSearch-Methode
Ruft das Array von UITestControl ab, die zum Suchen verwendet wird. Wird die Sucheigenschaften, um zu überprüfen
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Protected Overrides Function GetUITestControlsForSearch As UITestControl()
protected override UITestControl[] GetUITestControlsForSearch()
protected:
virtual array<UITestControl^>^ GetUITestControlsForSearch() override
abstract GetUITestControlsForSearch : unit -> UITestControl[]
override GetUITestControlsForSearch : unit -> UITestControl[]
protected override function GetUITestControlsForSearch() : UITestControl[]
Rückgabewert
Typ: array<Microsoft.VisualStudio.TestTools.UITesting.UITestControl[]
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls-Namespace