共用方式為


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
)

參數

  • propertyName
    型別:System.String
    要驗證的屬性名稱。
  • expectedValue
    型別:System.String
    以字串形式表示之屬性的值。

.NET Framework 安全性

請參閱

參考

ValidationAction 類別

ValidationAction 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間

UITechnologyElement