ImmutableObjectAttribute.Yes 字段

定义

指定对象没有可编辑的子属性。Specifies that an object has no subproperties that can be edited. static 字段是只读的。This static field is read-only.

public: static initonly System::ComponentModel::ImmutableObjectAttribute ^ Yes;
public static readonly System.ComponentModel.ImmutableObjectAttribute Yes;
 staticval mutable Yes : System.ComponentModel.ImmutableObjectAttribute
Public Shared ReadOnly Yes As ImmutableObjectAttribute 

字段值

ImmutableObjectAttribute

注解

此特性通常用在 " 属性 " 窗口中,以确定是否将可扩展对象呈现为只读。This attribute is typically used in the Properties window to determine whether to render an expandable object as read-only.

适用于