Freigeben über


Refresh the status of files under source control

At any time, you can refresh the source control status of a solution that you have open in Blend. This is useful for picking up status changes if you have the solution open in Microsoft Visual Studio Team System Team Explorer and Blend at the same time. For example, if you check out a file in Team Explorer, Blend will show that the file is checked out only after you refresh the source control status.

TippTipp

To see if a file is checked out by other team members or on other computers, use the Source Control Explorer panel in Microsoft Visual Studio Team System Team Explorer. For more information, see How to: Refresh Team Explorer on MSDN.

To refresh the status of the files in your solution

  • In the Projects panel, right-click the solution, and then click Refresh Source Control Status.

    In Blend for Visual Studio 2012, the following icons appear next to the files in the Projects panel to identify their source control status:

    JJ169927.de1ca98f-81f1-4666-930e-e509e31ea168(de-de,VS.110).png Checked into source control

    The file is locked, meaning that you do not have it checked out.

    JJ169927.62863683-36e0-4c3e-818f-ffe18a7fec91(de-de,VS.110).png Checked out to me

    The file is checked out to you locally.

    JJ169927.df7cb6be-7111-47b1-8f1b-e1f12fd14ac3(de-de,VS.110).png Newly added file

    The file has been added to the project but not yet checked in. Other team members will not see the file until you check it in.

    TippTipp

    Files that you have deleted from the project are removed from the Projects panel, but you can see them when you view pending changes or check your files in. For more information, see Undo or view the list of pending changes or Check files in and out.

Siehe auch

Aufgaben

Rename or delete a file under source control

Add files and folders to a project under source control

Get the latest copies of project files