Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.ComponentModel.EditorBrowsableState
Assembly: System.Runtime
Specifies the browsable state of a property or method from within an editor.
Values
Always
The property or method is always browsable from within an editor.
Never
The property or method is never browsable from within an editor.
Advanced
The property or method is a feature that only advanced users should see. An editor can either show or hide such properties.