PersonalizableAttribute.IsPersonalizable 属性

定义

获取指示该特性是否可进行个性化设置的设置(此设置是由一个构造函数建立的)。Gets the setting that indicates whether the attribute can be personalized, as established by one of the constructors.

public:
 property bool IsPersonalizable { bool get(); };
public bool IsPersonalizable { get; }
member this.IsPersonalizable : bool
Public ReadOnly Property IsPersonalizable As Boolean

属性值

Boolean

如果该属性可进行个性化设置,则为 true;否则,为 falsetrue if the property can be personalized; otherwise, false.

注解

此值在创建类的实例时设置 PersonalizableAttributeThis value is set when an instance of the PersonalizableAttribute class is created.

适用于