WindowSearchCommandOption.Invoke 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.
Invokes the specified command function. Invoke is called when the corresponding command push button is pressed.
public:
virtual void Invoke();
public:
virtual void Invoke();
virtual void Invoke();
public virtual void Invoke ();
abstract member Invoke : unit -> unit
override this.Invoke : unit -> unit
Public Overridable Sub Invoke ()