EditorBrowsableAttribute.State 属性

定义

获取属性或方法的可浏览状态。

public:
 property System::ComponentModel::EditorBrowsableState State { System::ComponentModel::EditorBrowsableState get(); };
public System.ComponentModel.EditorBrowsableState State { get; }
member this.State : System.ComponentModel.EditorBrowsableState
Public ReadOnly Property State As EditorBrowsableState

属性值

一个 EditorBrowsableState,它是属性或方法的可浏览状态。

注解

此属性的默认值为 EditorBrowsableState.Always

适用于

另请参阅