Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Mouse instance.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Property Instance As Mouse
public static Mouse Instance { get; set; }
public:
static property Mouse^ Instance {
Mouse^ get ();
void set (Mouse^ value);
}
static member Instance : Mouse with get, set
static function get Instance () : Mouse
static function set Instance (value : Mouse)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.Mouse
The Mouse instance.
.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.