共用方式為


UITestPropertyProvider.GetPropertyNamesClassType 方法

在衍生類別中覆寫時,傳回類別的 Type,這個類別提供指定之控制項的屬性名稱。

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

語法

'宣告
Public MustOverride Function GetPropertyNamesClassType ( _
    uiTestControl As UITestControl _
) As Type
public abstract Type GetPropertyNamesClassType(
    UITestControl uiTestControl
)
public:
virtual Type^ GetPropertyNamesClassType(
    UITestControl^ uiTestControl
) abstract
abstract GetPropertyNamesClassType : 
        uiTestControl:UITestControl -> Type 
public abstract function GetPropertyNamesClassType(
    uiTestControl : UITestControl
) : Type

參數

傳回值

型別:System.Type
類別的 Type,可提供指定之控制項的屬性名稱。

.NET Framework 安全性

請參閱

參考

UITestPropertyProvider 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間

UITestControl

其他資源

Enable Coded UI Testing of Your Controls