Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Playback::GetCorePropertyProvider Method (UITestControl^)

 

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)

public:
static UITestPropertyProvider^ GetCorePropertyProvider(
	UITestControl^ uiControl
)

Parameters

uiControl
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^

The UI control for which the core property provider is to be obtained.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITesting::UITestPropertyProvider^

The core property provider for UI control.

Return to top
Show: