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 the condition of this query element.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Property Condition As IQueryCondition
IQueryCondition Condition { get; set; }
property IQueryCondition^ Condition {
IQueryCondition^ get ();
void set (IQueryCondition^ value);
}
abstract Condition : IQueryCondition with get, set
function get Condition () : IQueryCondition
function set Condition (value : IQueryCondition)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition
.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.