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