共用方式為


GraphPathSerializationDictionary.IsReadOnly 屬性

取得,指出 System.Collections.Generic.ICollection 集合是否為唯讀。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get 
override IsReadOnly : bool with get
final function get IsReadOnly () : boolean

屬性值

類型:Boolean
如果 System.Collections.Generic.ICollection 是唯讀,則為 true,否則為 false。

實作

ICollection.IsReadOnly

.NET Framework 安全性

請參閱

參考

GraphPathSerializationDictionary 類別

Microsoft.VisualStudio.GraphModel 命名空間