共用方式為


UITechnologyElement.GetPropertyValue 方法

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

語法

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

參數

  • propertyName
    類型:String

傳回值

類型:Object

實作

IUITechnologyElement.GetPropertyValue(String)

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

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