473,387 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Hiding interface members

Tim
As a .NET newbie, I have not yet found a way to mark interface members
(properties, methods, events) as hidden, so they don't automatically appear
in the Object Browser unless the "Show Hidden Members" option is selected,
and then only appear dimmed. Is there a way of doing this, or has this
capability been eliminated in .NET? Thanks.

--
Tim
Nov 21 '05 #1
2 1184
"Tim" <st************@earthlink.net> schrieb:
As a .NET newbie, I have not yet found a way to mark interface members
(properties, methods, events) as hidden, so they don't automatically
appear in the Object Browser unless the "Show Hidden Members" option is
selected, and then only appear dimmed.


\\\
Imports System.ComponentModel
..
..
..
Public Interface IFoo
<EditorBrowsable(EditorBrowsableState.Advanced)> _
Sub Goo()
End Interface
///

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #2
Tim
Thanks again for the help.
--
Tim

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:ur*************@TK2MSFTNGP12.phx.gbl...
"Tim" <st************@earthlink.net> schrieb:
As a .NET newbie, I have not yet found a way to mark interface members
(properties, methods, events) as hidden, so they don't automatically
appear in the Object Browser unless the "Show Hidden Members" option is
selected, and then only appear dimmed.


\\\
Imports System.ComponentModel
.
.
.
Public Interface IFoo
<EditorBrowsable(EditorBrowsableState.Advanced)> _
Sub Goo()
End Interface
///

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: thechaosengine | last post by:
Hi all, Is there a way to hide a member in a subclass that has been inherited from a base class? Lets leave aside any issues regarding whether its a good idea for a moment. Here's an example...
11
by: Lorenzo Villari | last post by:
I premise I don't know C++ well but... I wondered what is this data hiding thing... I mean, if I can look at the header (and i need it beacuse of the class), then what's hidden? Can someone give...
7
by: Baski | last post by:
Base class: class AssetBase { string _clli; public string CLLI { get
4
by: Dan | last post by:
I have a need to make a set of classes that all share the same public methods, some implementation and some data. So, I made an abstract base (BaseClass) with an interface (IBaseClass) and a...
7
by: mathieu | last post by:
Hello, I did read the FAQ on template(*), since I could not find an answer to my current issue I am posting here. I have tried to summarize my issue in the following code (**). Basically I am...
1
by: =?Utf-8?B?aGVyYmVydA==?= | last post by:
I am confused: Question 1: the online help for the Stack class reads: Public Class Stack Implements ICollection, IEnumerable, ICloneable However the members of ICollection do not show up as...
2
by: subramanian100in | last post by:
Is my following understanding correct ? Data abstraction means providing the interface - that is, the set of functions that can be called by the user of a class. Information hiding means...
5
by: borophyll | last post by:
Is there any alternative to hiding private members of a class without using the Pimpl idiom? I know it probably doesn't affect performance by much (although it would at least slightly), it just...
162
by: Sh4wn | last post by:
Hi, first, python is one of my fav languages, and i'll definitely keep developing with it. But, there's 1 one thing what I -really- miss: data hiding. I know member vars are private when you...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.