TriggerCollection.IsSealed 属性

定义

获取一个值,该值指示该集合是否为只读(不能更改)。

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

属性值

如果该集合为只读,则为 true;否则为 false

注解

如果此属性返回 true ,并且您尝试修改此对象的状态,则会引发异常。

适用于