ParenthesizePropertyNameAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ParenthesizePropertyNameAttribute 类的新实例,该实例指示关联属性显示时不应带括号。
重载
ParenthesizePropertyNameAttribute() |
初始化 ParenthesizePropertyNameAttribute 类的新实例,该实例指示关联属性显示时不应带括号。 |
ParenthesizePropertyNameAttribute(Boolean) |
通过使用指定值来指示该特性显示时是否带有括号,初始化 ParenthesizePropertyNameAttribute 类的新实例。 |
ParenthesizePropertyNameAttribute()
初始化 ParenthesizePropertyNameAttribute 类的新实例,该实例指示关联属性显示时不应带括号。
public:
ParenthesizePropertyNameAttribute();
public ParenthesizePropertyNameAttribute ();
Public Sub New ()
适用于
ParenthesizePropertyNameAttribute(Boolean)
通过使用指定值来指示该特性显示时是否带有括号,初始化 ParenthesizePropertyNameAttribute 类的新实例。
public:
ParenthesizePropertyNameAttribute(bool needParenthesis);
public ParenthesizePropertyNameAttribute (bool needParenthesis);
new System.ComponentModel.ParenthesizePropertyNameAttribute : bool -> System.ComponentModel.ParenthesizePropertyNameAttribute
Public Sub New (needParenthesis As Boolean)
参数
- needParenthesis
- Boolean
如果名称应括在括号中,则为 true
;否则为 false
。