ISharePointProject.AutoRetract 屬性
取得或設定是否在偵錯後撤銷方案。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Property AutoRetract As Boolean
bool AutoRetract { get; set; }
屬性值
型別:System.Boolean
如果偵錯後會自動撤銷組件,則為 True,否則為 false。
備註
預設情況下,偵錯完成後,SharePoint 解決方案會從 SharePoint 撤回。但是,將此屬性設定為 false 可讓您防止在偵錯後撤銷方案。
這個屬性會公開為 SharePoint 專案屬性頁上 [SharePoint] 索引標籤中的 [偵錯後自動撤銷] 選項。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。