How to search for a specific file in the source control of TFS inside a particular selected project?

前端 未结 2 528
情深已故
情深已故 2021-02-19 02:01

Code:

string spName = \"usp_Test_Procedure.sql\";
var tfsPp = new TeamProjectPicker(TeamProjectPickerMode.SingleProject, false);
tfsPp.ShowDialog();
_tfs = tfsPp         


        
2条回答
  •  北荒
    北荒 (楼主)
    2021-02-19 02:55

    If you want to search by content and name you can create a workspace and "get" that specific version locally. Then use the built in search in your OS or in Visual Studio to find what you are looking for.

提交回复
热议问题