Link to home
Start Free TrialLog in
Avatar of ARACK04
ARACK04

asked on

intelliSense data

When entering the IntelliSense data, as in:

        /// <summary>
        ///
        /// </summary>
        public Dictionary<string, string> DataTypeLookup {
            get {
                 ........

is there any way to have intellisense HIDE the property?  To be clear, I do NOT want intellisense to display certain properties / attributes.  Is there any way to make that happen?

Thanks!
                 
ASKER CERTIFIED SOLUTION
Avatar of dstanley9
dstanley9

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ARACK04
ARACK04

ASKER

Nice.  Thanks!