QueryCondition.Conditions-Eigenschaft
Ruft ein Array von geschachtelten Abfragebedingungen ab oder legt dieses fest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property Conditions As IQueryCondition()
Get
Set
public IQueryCondition[] Conditions { get; set; }
public:
virtual property array<IQueryCondition^>^ Conditions {
array<IQueryCondition^>^ get () sealed;
void set (array<IQueryCondition^>^ value) sealed;
}
abstract Conditions : IQueryCondition[] with get, set
override Conditions : IQueryCondition[] with get, set
final function get Conditions () : IQueryCondition[]
final function set Conditions (value : IQueryCondition[])
Eigenschaftswert
Typ: array<Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition[]
Implementiert
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.