ValidationAction 建構函式 (UITechnologyElement, String, String)
使用所提供的項目、屬性名稱和屬性值,初始化 ValidationAction 類別的新執行個體。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Common
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
語法
'宣告
Protected Sub New ( _
uiElement As UITechnologyElement, _
propertyName As String, _
expectedValue As String _
)
protected ValidationAction(
UITechnologyElement uiElement,
string propertyName,
string expectedValue
)
protected:
ValidationAction(
UITechnologyElement^ uiElement,
String^ propertyName,
String^ expectedValue
)
new :
uiElement:UITechnologyElement *
propertyName:string *
expectedValue:string -> ValidationAction
protected function ValidationAction(
uiElement : UITechnologyElement,
propertyName : String,
expectedValue : String
)
參數
- uiElement
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
由 UITechnologyElement 物件表示的 UI 項目。
- propertyName
型別:System.String
要驗證的屬性名稱。
- expectedValue
型別:System.String
以字串形式表示之屬性的值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。