CodedUITestAttribute.GetClientSide Method
Returns an object that represents the client side of the Coded UI Test.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.QualityTools.CodedUITestFramework (in Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll)
Syntax
'Declaration
Public Overrides Function GetClientSide As Object
public override Object GetClientSide()
public:
virtual Object^ GetClientSide() override
abstract GetClientSide : unit -> Object
override GetClientSide : unit -> Object
public override function GetClientSide() : Object
Return Value
Type: Object
An object that represents the client side of the coded UI test.
.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.