共用方式為


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
    型別:System.String
    要擷取的屬性名稱。

傳回值

型別:System.Object
屬性值。

實作

IUITechnologyElement.GetPropertyValue(String)

例外狀況

例外狀況 條件
NotSupportedException

不支援項目屬性。

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

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