Freigeben über


SilverlightCell.GetUITestControlsForSearch-Methode

Ruft das Array von UITestControl ab, das für die Suche verwendet wird

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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[]
Ein UITestControl-Array mit geänderten SearchProperties, oder NULL, wenn keine Änderungen erforderlich sind.

.NET Framework-Sicherheit

Siehe auch

Referenz

SilverlightCell Klasse

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls-Namespace