IVsNavigateToService.ActivateShortcut(String, Boolean, Boolean) 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.
public:
void ActivateShortcut(System::String ^ wszShortcutName, bool fActivate, bool fClearSearchValue);
public:
void ActivateShortcut(Platform::String ^ wszShortcutName, bool fActivate, bool fClearSearchValue);
void ActivateShortcut(std::wstring const & wszShortcutName, bool fActivate, bool fClearSearchValue);
public void ActivateShortcut (string wszShortcutName, bool fActivate, bool fClearSearchValue);
abstract member ActivateShortcut : string * bool * bool -> unit
Public Sub ActivateShortcut (wszShortcutName As String, fActivate As Boolean, fClearSearchValue As Boolean)
Parameters
- wszShortcutName
- String
- fActivate
- Boolean
- fClearSearchValue
- Boolean