EditorBrowsableAttribute 构造函数  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 EditorBrowsableAttribute 类的新实例。
重载
| EditorBrowsableAttribute() | 使用设置为默认状态的 EditorBrowsableAttribute 初始化 State 类的新实例。 | 
| EditorBrowsableAttribute(EditorBrowsableState) | 使用 EditorBrowsableAttribute 初始化 EditorBrowsableState 类的新实例。 | 
EditorBrowsableAttribute()
- Source:
- EditorBrowsableAttribute.cs
- Source:
- EditorBrowsableAttribute.cs
- Source:
- EditorBrowsableAttribute.cs
使用设置为默认状态的 EditorBrowsableAttribute 初始化 State 类的新实例。
public:
 EditorBrowsableAttribute();public EditorBrowsableAttribute ();Public Sub New ()注解
此属性的默认值为 EditorBrowsableState.Always。
另请参阅
适用于
EditorBrowsableAttribute(EditorBrowsableState)
- Source:
- EditorBrowsableAttribute.cs
- Source:
- EditorBrowsableAttribute.cs
- Source:
- EditorBrowsableAttribute.cs
使用 EditorBrowsableAttribute 初始化 EditorBrowsableState 类的新实例。
public:
 EditorBrowsableAttribute(System::ComponentModel::EditorBrowsableState state);public EditorBrowsableAttribute (System.ComponentModel.EditorBrowsableState state);new System.ComponentModel.EditorBrowsableAttribute : System.ComponentModel.EditorBrowsableState -> System.ComponentModel.EditorBrowsableAttributePublic Sub New (state As EditorBrowsableState)参数
- state
- EditorBrowsableState
要将 EditorBrowsableState 设置成的 State。