Exemplo n.º 1
0
 public ProjectItem FindFirstProjectItemWithName(ProjectItems projectItems, string nameToMatch)
 {
     return(VsUtils.FindFirstProjectItemWithName(projectItems, nameToMatch));
 }