TestController.Click Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Perform a sequence of actions that represent a click for the controller
public:
abstract System::Collections::IEnumerator ^ Click();
public abstract System.Collections.IEnumerator Click ();
abstract member Click : unit -> System.Collections.IEnumerator
Public MustOverride Function Click () As IEnumerator