ICustomSolutionActivationDependency 介面
表示封裝中的自訂方案啟動相依性。
命名空間: Microsoft.VisualStudio.SharePoint.Packages
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface ICustomSolutionActivationDependency _
Inherits ISolutionActivationDependency, IObservableModelElement
public interface ICustomSolutionActivationDependency : ISolutionActivationDependency,
IObservableModelElement
ICustomSolutionActivationDependency 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Description | 取得或設定啟動相依性的描述。 (繼承自 ISolutionActivationDependency)。 |
![]() |
SolutionId | 取得或設定這個方案所依存之方案的 SharePoint ID。 |
![]() |
SolutionName | 取得或設定 SharePoint 方案檔 (WSP) 的檔名。 |
![]() |
SolutionTitle | 取得或設定方案的標題。 |
![]() |
SolutionUrl | 取得或設定使用者可以取得方案處的 URL。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
![]() |
PropertyChanged | 發生於已變更 DSL 模型項目時。 (繼承自 IObservableModelElement)。 |
![]() |
PropertyChanging | 發生於正在變更 DSL 模型項目時。 (繼承自 IObservableModelElement)。 |
回頁首
備註
如需詳細資訊,請參閱 封裝和部署 SharePoint 方案。