Sdílet prostřednictvím


Playback.GetCorePropertyProvider – metoda

Získá základní zprostředkovatel vlastnost ovládacího prvku uživatelského rozhraní.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:   Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (v Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyProvider
Zprostředkovatel základních vlastností ovládacího prvku uživatelského rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

Playback Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů

UITestPropertyProvider