UITestControl.FilterProperties – vlastnost
Získá kolekce dvojice hodnota vlastnosti pro prvek disambiguate.
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting
Sestavení: Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Deklarace
Public ReadOnly Property FilterProperties As PropertyExpressionCollection
public PropertyExpressionCollection FilterProperties { get; }
public:
property PropertyExpressionCollection^ FilterProperties {
PropertyExpressionCollection^ get ();
}
member FilterProperties : PropertyExpressionCollection with get
function get FilterProperties () : PropertyExpressionCollection
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Hodnota vlastnosti dvojice.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.