共用方式為


UITestPropertyProvider.GetPropertyValue 方法

在衍生類別中覆寫時,傳回指定之控制項中指定之屬性的值。

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

語法

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

參數

傳回值

型別:System.Object
指定之控制項中指定之屬性的值。

.NET Framework 安全性

請參閱

參考

UITestPropertyProvider 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間

UITestControl

其他資源

Enable Coded UI Testing of Your Controls