AssertAction, constructeur (UITechnologyElement, String, String, AssertCondition, Type)
Initialise une nouvelle instance de la classe AssertAction.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.Common
Assembly : Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- uiElement
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
UITechnologyElement .
- propertyName
Type : System.String
Nom de la propriété.
- expectedValue
Type : System.String
Valeur attendue de la propriété en tant qu'une chaîne.
- propertyCondition
Type : Microsoft.VisualStudio.TestTools.UITest.Common.AssertCondition
Membre de l'énumération AssertCondition.
- type
Type : System.Type
Type qui indique le type de valeur de la propriété.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms