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.

UITechnologyManager::StartSession Method (Boolean)

 

Performs any initialization that is required by this technology manager to start a session.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
virtual void StartSession(
	bool recordingSession
) abstract

Parameters

recordingSession
Type: System::Boolean

true if this is a recording session; false for any other kind of session, such as playback.

Return to top
Show: