Freigeben über


Playback.GetCorePropertyProvider-Methode

Ruft den Kerneigenschaftenanbieter für das Benutzeroberflächen-Steuerelement ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyProvider
Der Kerneigenschaftenanbieter für das Benutzeroberflächen-Steuerelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

Playback Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace

UITestPropertyProvider