March 2003
Intermediate to advanced
896 pages
32h 35m
English
EditorBrowsableAttribute
This attribute is used to adorn classes, structs, and members to
indicate whether they should appear in an editor. You can retrieve
EditorBrowsableState for the attribute using the
State property. It determines which fields appear
in the IntelliSense pop-up menus in the editor.
public sealed class EditorBrowsableAttribute : Attribute { // Public Constructors public EditorBrowsableAttribute(); public EditorBrowsableAttribute(EditorBrowsableState state); // Public Instance Properties public EditorBrowsableState State{get; } // Public Instance Methods public override bool Equals(object obj); // overrides Attribute public override int GetHashCode(); // overrides Attribute }
System.Object
→ System.Attribute → EditorBrowsableAttribute
Class, Struct, Enum, Constructor, Method, Property, Field, Event, Interface, Delegate
Read now
Unlock full access