AssertAction – konstruktor (UITechnologyElement, String, String, AssertCondition, Type)
Vytvoří novou instanci třídy AssertAction.
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Deklarace
Public Sub New ( _
uiElement As UITechnologyElement, _
propertyName As String, _
expectedValue As String, _
propertyCondition As AssertCondition, _
type As Type _
)
public AssertAction(
UITechnologyElement uiElement,
string propertyName,
string expectedValue,
AssertCondition propertyCondition,
Type type
)
public:
AssertAction(
UITechnologyElement^ uiElement,
String^ propertyName,
String^ expectedValue,
AssertCondition propertyCondition,
Type^ type
)
new :
uiElement:UITechnologyElement *
propertyName:string *
expectedValue:string *
propertyCondition:AssertCondition *
type:Type -> AssertAction
public function AssertAction(
uiElement : UITechnologyElement,
propertyName : String,
expectedValue : String,
propertyCondition : AssertCondition,
type : Type
)
Parametry
propertyName
Typ: StringNázev vlastnosti.
expectedValue
Typ: StringOčekávaná hodnota vlastnosti jako řetězec.
propertyCondition
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.AssertConditionČlen AssertCondition výčtu.
type
Typ: TypeA Type , označuje typ hodnoty vlastnosti.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.