EditorBrowsableState Enumeration
TOC
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
AdvancedThe property or method is a feature that only advanced users should see. An editor can either show or hide such properties.
AlwaysThe property or method is always browsable from within an editor.
NeverThe property or method is never browsable from within an editor.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft