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.

Keyboard::Instance Property

 

Gets or sets the keyboard instance.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
property Keyboard^ Instance {
	static Keyboard^ get();
	static void set(Keyboard^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting::Keyboard^

The keyboard instance.

Exception Condition
ArgumentNullException

An attempt has been made to set Instance to null.

Return to top
Show: