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 命名空间