IDeploymentStepInfo.IsReadOnly 属性

获取一个值,该值指示 IDeploymentStepInfo 对象是否为只读。

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

语法

声明
ReadOnly Property IsReadOnly As Boolean
    Get
bool IsReadOnly { get; }

属性值

类型:System.Boolean
如果 IDeploymentStepInfo 对象为只读,则为 true;否则为 false。

备注

IDeploymentStepInfo 对象只能在 IDeploymentStep 实现的 Initialize 方法内修改。

.NET Framework 安全性

请参见

参考

IDeploymentStepInfo 接口

Microsoft.VisualStudio.SharePoint.Deployment 命名空间