public int GetShortcutManager(out IVsShortcutManager ppShortcutMgr)
 {
     throw new NotImplementedException();
 }
 public int GetShortcutManager(out IVsShortcutManager ppShortcutMgr)
 {
     throw new Exception("The method or operation is not implemented.");
 }
 /// <summary>
 /// The get shortcut manager.
 /// </summary>
 /// <param name="ppShortcutMgr">
 /// The pp shortcut mgr.
 /// </param>
 /// <returns>
 /// The get shortcut manager.
 /// </returns>
 /// <exception cref="Exception">
 /// </exception>
 public int GetShortcutManager(out IVsShortcutManager ppShortcutMgr)
 {
     throw new Exception("The method or operation is not implemented.");
 }