Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets a list of nested conditions.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Property Conditions As IQueryCondition()
IQueryCondition[] Conditions { get; set; }
property array<IQueryCondition^>^ Conditions {
array<IQueryCondition^>^ get ();
void set (array<IQueryCondition^>^ value);
}
abstract Conditions : IQueryCondition[] with get, set
function get Conditions () : IQueryCondition[]
function set Conditions (value : IQueryCondition[])
Property Value
Type: array<Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition[]
An array of query conditions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.