VisualStateGroupList.IsReadOnly 属性

定义

获取一个布尔值,该值指示此列表是否为只读。

public bool IsReadOnly { get; }
member this.IsReadOnly : bool

属性值

System.Boolean

true 如果列表为只读,则为 。 否则为 false

实现

System.Collections.Generic.ICollection`1.IsReadOnly

适用于