Disable Intellisense for the class member

  • Thread starter Thread starter Just D.
  • Start date Start date
J

Just D.

Who remember how can I disable the intellisense for one class member only? I
remember that it was a special tag making the class member invisible,
excluding it from the drop-down list showing by the VS when we were pointing
to the object created from the class. Forgot this tag... It was something
like [Unbrowsable] or something...

Just D.
 
Hi,


It's BrowsableAttribute

Out of curiosity , why you want to do this?
 
Hi,

It's not BrowsableAttribute, but EditorBrowsableAttribute the correct
answer.

sorry for the confusion
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top