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

public override object GetClientSide()
public:
virtual Object^ GetClientSide() override
override GetClientSide : unit -> Object
Public Overrides Function GetClientSide As Object

Return Value

Type: System.Object

An object that represents the client side of the coded UI test.

See Also

CodedUITestAttribute Class
Microsoft.VisualStudio.TestTools.UITesting Namespace

Return to top