WebTestConditionalConstruct.ExecuteCheckConditionalRule Yöntem
Koşullu kural yürütür.
Ad alanı: Microsoft.VisualStudio.TestTools.WebTesting
Derleme: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)
Sözdizimi
'Bildirim
Public Overridable Function ExecuteCheckConditionalRule ( _
webTest As WebTest _
) As Boolean
public virtual bool ExecuteCheckConditionalRule(
WebTest webTest
)
public:
virtual bool ExecuteCheckConditionalRule(
WebTest^ webTest
)
abstract ExecuteCheckConditionalRule :
webTest:WebTest -> bool
override ExecuteCheckConditionalRule :
webTest:WebTest -> bool
public function ExecuteCheckConditionalRule(
webTest : WebTest
) : boolean
Parametreler
- webTest
Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
WebTest Yürütmek için.
Dönüş Değeri
Tür: System.Boolean
true Koşul durumunda; Aksi halde, false.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.