Meaning of class member icons in Visual Studio

3

I would like to know if there is any documentation that deals with the meaning of the Visual Studio images / icons (obviously some are explicit ( salvar = disquete ) or whose function is shown when positioning the mouse.)

I quote the following image as an example:

  

Image of the attributes of a interface

Some images are known (my case) as setas = set/get others not so much as this A

    
asked by anonymous 24.06.2015 / 03:12

1 answer

1

Not to be left unanswered has documentation showing some of the icons used .

Note that they use an overlay technique by putting some more information on top of the icon. In case the "V" there indicates that the method is virtual. It has cases that indicates the visibility of the member, in case of "+" and "*".

I think the rest are about version control, but I might be wrong.

Maybe the answer could be better with more context.

    
24.11.2017 / 11:47