Playback.GetCorePropertyProvider Method
Gets the core property provider for the UI control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assemblies: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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
uiControl
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlThe 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.