What does those padlock and plus symbols mean in my solution explorer?

23,278

Solution 1

The lock means that the item is checked in, and the + means that an add operation is pending for the item.

You can see the full list of TFS Icons on MSDN.

Solution 2

A plus means the item has not yet been added to source control.

A padlock means the item is in source control but has not been checked out for editing

A check mark (which you don't show) means the item is in source control but has been checked out for editing.

Solution 3

+ means it is newly added but not checked in lock means it is present on tfs and is checked in.(read able mode only). when you start to type anything in the file it will be checked out(a tick mark will show on the file)

Share:
23,278
Ydhem
Author by

Ydhem

Voler aux riches et aux pauvres pour rendre à l'humanité. Salope.

Updated on July 09, 2022

Comments

  • Ydhem
    Ydhem almost 2 years

    enter image description here

    I think it is something related to Team Foundation Service, but what does that mean ?

  • ketar
    ketar about 4 years
    My item with a + isn't being recognized by the project when I try to access functions inside of it. I am guessing because it's not been 'added' to the project. So how do I add it? I initially thought I added it because I right clicked on the project and selected 'add new file'.