Sdílet prostřednictvím


UITestControl.SearchProperties – vlastnost

Získá hodnotu vlastnosti kolekce pár sloužící k identifikaci prvku.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
Public ReadOnly Property SearchProperties As PropertyExpressionCollection
    Get
public PropertyExpressionCollection SearchProperties { get; }
public:
property PropertyExpressionCollection^ SearchProperties {
    PropertyExpressionCollection^ get ();
}
member SearchProperties : PropertyExpressionCollection
function get SearchProperties () : PropertyExpressionCollection

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Hodnota vlastnosti dvojice kolekce, které slouží k identifikaci prvku.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UITestControl Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů