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.
Keyboard::Instance Property
Gets or sets the keyboard instance.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public: property Keyboard^ Instance { static Keyboard^ get(); static void set(Keyboard^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | An attempt has been made to set Instance to null. |
Show: