SilverlightTestPlugin.StartSession Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyManager.StartSession(Boolean).
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overrides Sub StartSession ( _
recordingSession As Boolean _
)
public override void StartSession(
bool recordingSession
)
public:
virtual void StartSession(
bool recordingSession
) override
abstract StartSession :
recordingSession:bool -> unit
override StartSession :
recordingSession:bool -> unit
public override function StartSession(
recordingSession : boolean
)
Parameters
- recordingSession
Type: System.Boolean
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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace