VsUIDialogWindow.InvokeVerb(String, String) 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.
Microsoft internal use only.
void InvokeVerb(std::wstring const & verbName, std::wstring const & argument = null);
protected void InvokeVerb (string verbName, string argument = default);
member this.InvokeVerb : string * string -> unit
Protected Sub InvokeVerb (verbName As String, Optional argument As String = Nothing)
Parameters
- verbName
- String
- argument
- String