Esempio n. 1
0
 public static IVsUIShell GetIVsUIShell(IVsDataHostService hostService)
 {
     return(hostService.TryGetService <IVsUIShell>(SID_IVsUIShell));
 }
Esempio n. 2
0
 public static IVsUIShell GetIVsUIShell(IVsDataHostService hostService)
 {
     return(hostService.TryGetService <SVsUIShell, IVsUIShell>());
 }