EditorBrowsableState Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies the browsable state of a property or method from within an editor.
Assembly: System (in System.dll)
This class is used by a visual designer to determine what is visible to the user. For example, the IntelliSense engine in Visual Studio never shows methods or properties that are marked as Never. Use EditorBrowsableAttribute to specify the EditorBrowsableState for a member.
For an example of using the EditorBrowsableState enumerator, see the sample code in EditorBrowsableAttribute class.