How can I check who has a specific file checked out in TFS?

tfs, visual-studio-2008

Solution

If you are meaning through Visual Studio 2008 and not in a programmatic way then a simple method to do so is:

Get to Source Control Explorer (Pull up Team Explorer and Click on Source Control). Then navigate to the file you have are checking on and there is a column for which user has that particular file checked out.

Problem

How can I check who has a specific file checked out in TFS? In Visual Studio 2008, a file in the project is marked as checked out.

Original source