Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.