VCCodeUsingAlias.IsReadOnly 属性

确定包含对象的文件是否为只读。

命名空间:  Microsoft.VisualStudio.VCCodeModel
程序集:  Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)

语法

声明
ReadOnly Property IsReadOnly As Boolean
bool IsReadOnly { get; }
property bool IsReadOnly {
    bool get ();
}
abstract IsReadOnly : bool with get
function get IsReadOnly () : boolean

属性值

类型:Boolean
如果当前元素是只读元素,则为 true;否则为 false。

.NET Framework 安全性

请参阅

参考

VCCodeUsingAlias 接口

Microsoft.VisualStudio.VCCodeModel 命名空间