EditorBrowsableState 列舉

定義

指定編輯器中之屬性或方法的可瀏覽狀態。

C#
public enum EditorBrowsableState
繼承
EditorBrowsableState

欄位

名稱 Description
Advanced 2

屬性或方法是只有進階使用者能看到的功能。 編輯器可以顯示或是隱藏這樣的屬性。

Always 0

屬性或方法可以從編輯器中瀏覽。

Never 1

屬性或方法永遠無法從編輯器中瀏覽。

範例

如需使用 EditorBrowsableState 列舉值的範例,請參閱 類別中的 EditorBrowsableAttribute 範例程序代碼。

備註

可視化設計工具會使用此類別來判斷使用者可以看到的內容。 例如,Visual Studio 中的 IntelliSense 引擎永遠不會顯示標示為 EditorBrowsableState.Never的方法或屬性。 使用 EditorBrowsableAttribute 指定 EditorBrowsableState 成員的 。

適用於

產品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0

另請參閱