Meaning of class member icons in Visual Studio

Asked

Viewed 186 times

3

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

I cite as an example the image below:

ícones

Screenshot of attributes of a interface

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

  • 1

    Already help? https://msdn.microsoft.com/en-us/library/y47ychfe(v=vs.140). aspx

  • Help enough, too bad there is (I think) a complete documentation regarding this icons. Thanks @Maniero

1 answer

1


Not to be unanswered documentation that shows some of the icons used.

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

It seems to me that the others are about version control, but I could be wrong.

Perhaps the answer could be better with more context.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.