Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public MustOverride Sub StartSession ( _
recordingSession As Boolean _
)
public abstract void StartSession(
bool recordingSession
)
public:
virtual void StartSession(
bool recordingSession
) abstract
abstract StartSession :
recordingSession:bool -> unit
public abstract function StartSession(
recordingSession : boolean
)
Parameters
recordingSession
Type: Booleantrue if this is a recording session; false for any other kind of session, such as playback.
Implements
IUITechnologyManager.StartSession(Boolean)
.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.