AssertAction 建構函式 (UITechnologyElement, String, String, AssertCondition, Type)
初始化 AssertAction 類別的新執行個體。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Common
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
語法
'宣告
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
)
參數
- uiElement
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
UITechnologyElement 。
- propertyName
型別:System.String
屬性的名稱。
- expectedValue
型別:System.String
字串形式之屬性的預期值。
- propertyCondition
型別:Microsoft.VisualStudio.TestTools.UITest.Common.AssertCondition
AssertCondition 列舉的成員。
- type
型別:System.Type
Type ,表示屬性值的類型。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。