GraphNodeCollection.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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。