RolePlayerPropertyDescriptor.IsReadOnly 属性

获取一个值中描述的角色属性是否为只读。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Overrides ReadOnly Property IsReadOnly As Boolean
public override bool IsReadOnly { get; }

属性值

类型:System.Boolean
true ,如果中描述的角色属性是只读的;否则, false。默认值为 false。

备注

,仅当 ReadOnlyAttribute 属性设置为 true 适用于此说明符,构造函数的作用属性此属性返回 true 。

.NET Framework 安全性

请参见

参考

RolePlayerPropertyDescriptor 类

Microsoft.VisualStudio.Modeling.Design 命名空间

ReadOnlyAttribute