Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
.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.