コード例 #1
0
ファイル: VsUtilsWrapper.cs プロジェクト: dotnet/ef6tools
 public ProjectItem FindFirstProjectItemWithName(ProjectItems projectItems, string nameToMatch)
 {
     return(VsUtils.FindFirstProjectItemWithName(projectItems, nameToMatch));
 }