Esempio n. 1
0
 public static T GetProperty <T>(this IVsHierarchyItem item, __VSPROPID5 propId, T defaultValue = default(T))
 {
     return(item.GetProperty <T> ((int)propId, defaultValue));
 }
Esempio n. 2
0
 public static T GetProperty <T>(this IVsSolution solution, __VSPROPID5 propId, T defaultValue = default(T))
 {
     return(solution.GetProperty <T> ((int)propId, defaultValue));
 }