Playback.GetCorePropertyProvider Method

Gets the core property provider for the UI control.

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

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyProvider
The core property provider for UI control.

.NET Framework Security

See Also

Reference

Playback Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

UITestPropertyProvider