Aracılığıyla paylaş


QueryCondition.Match Yöntem

Verilen öğe geçerli sorgu koşulu eşleşip eşleşmediğini belirten bir değer döndürür.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Extension
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll içinde)

Sözdizimi

'Bildirim
Public MustOverride Function Match ( _
    element As IUITechnologyElement _
) As Boolean
public abstract bool Match(
    IUITechnologyElement element
)
public:
virtual bool Match(
    IUITechnologyElement^ element
) abstract
abstract Match : 
        element:IUITechnologyElement -> bool 
public abstract function Match(
    element : IUITechnologyElement
) : boolean

Parametreler

Dönüş Değeri

Tür: System.Boolean
true koşul öğesi eşleşmesi durumunda; Aksi takdirde, false.

Yüklenen

IQueryCondition.Match(IUITechnologyElement)

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

QueryCondition Sınıf

Microsoft.VisualStudio.TestTools.UITest.Extension Ad Alanı

IUITechnologyElement