Playback.GetCorePropertyProvider 方法

取得 UI 控制項的核心屬性提供者。

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

語法

'宣告
Public Shared Function GetCorePropertyProvider ( _
    uiControl As UITestControl _
) As UITestPropertyProvider
public static UITestPropertyProvider GetCorePropertyProvider(
    UITestControl uiControl
)
public:
static UITestPropertyProvider^ GetCorePropertyProvider(
    UITestControl^ uiControl
)
static member GetCorePropertyProvider : 
        uiControl:UITestControl -> UITestPropertyProvider 
public static function GetCorePropertyProvider(
    uiControl : UITestControl
) : UITestPropertyProvider

參數

傳回值

型別:Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyProvider
UI 控制項的核心屬性提供者。

.NET Framework 安全性

請參閱

參考

Playback 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間

UITestPropertyProvider