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
參數
uiTestControl
類型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl
傳回值
類型:String
指定的動作所使用的屬性名稱。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TestTools.UITesting 命名空間