EditorBrowsableAttribute.State 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取属性或方法的可浏览状态。
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。