パッケージ内のカスタム ソリューション アクティベーション依存関係を表します。
名前空間: 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 ソリューションのパッケージ化と配置」を参照してください。