IVsNavigateToService.IsShortcutInstalled(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.
public:
bool IsShortcutInstalled(System::String ^ wszShortcutName);
public:
bool IsShortcutInstalled(Platform::String ^ wszShortcutName);
bool IsShortcutInstalled(std::wstring const & wszShortcutName);
public bool IsShortcutInstalled (string wszShortcutName);
abstract member IsShortcutInstalled : string -> bool
Public Function IsShortcutInstalled (wszShortcutName As String) As Boolean
Parameters
- wszShortcutName
- String