共用方式為


ResourceDictionary.ICollection<KeyValuePair<String,Object>>.IsReadOnly 屬性

定義

取得值,這個值表示資源字典是否為唯讀。

bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.IsReadOnly : bool

屬性值

System.Boolean

實作

System.Collections.Generic.ICollection`1.IsReadOnly

適用於