共用方式為


UITestPropertyProvider.GetPropertyForAction 方法

在衍生類別中覆寫時,傳回指定的動作在指定的控制項上所使用的屬性名稱。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public MustOverride Function GetPropertyForAction ( _
    uiTestControl As UITestControl, _
    action As UITestAction _
) As String
public abstract string GetPropertyForAction(
    UITestControl uiTestControl,
    UITestAction action
)
public:
virtual String^ GetPropertyForAction(
    UITestControl^ uiTestControl, 
    UITestAction^ action
) abstract
abstract GetPropertyForAction : 
        uiTestControl:UITestControl * 
        action:UITestAction -> string
public abstract function GetPropertyForAction(
    uiTestControl : UITestControl, 
    action : UITestAction
) : String

參數

傳回值

類型:String
指定的動作所使用的屬性名稱。

.NET Framework 安全性

請參閱

參考

UITestPropertyProvider 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間

UITestControl

UITestAction

其他資源

啟用控制項的自動程式碼 UI 測試功能