別のパッケージのアクティベーションが依存するパッケージのコレクションを表します。
名前空間: Microsoft.VisualStudio.SharePoint.Packages
アセンブリ: Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)
構文
'宣言
Public Interface ISolutionActivationDependencyCollection _
Inherits IList(Of ISolutionActivationDependency), ICollection(Of ISolutionActivationDependency), _
IEnumerable(Of ISolutionActivationDependency), IEnumerable
public interface ISolutionActivationDependencyCollection : IList<ISolutionActivationDependency>,
ICollection<ISolutionActivationDependency>, IEnumerable<ISolutionActivationDependency>, IEnumerable
ISolutionActivationDependencyCollection 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Count | ICollection<T> に格納されている要素の数を取得します。 (ICollection<ISolutionActivationDependency> から継承されます。) |
![]() |
IsReadOnly | ICollection<T> が読み取り専用であるかどうかを示す値を取得します。 (ICollection<ISolutionActivationDependency> から継承されます。) |
![]() |
Item | 指定したインデックスにある要素を取得または設定します。 (IList<ISolutionActivationDependency> から継承されます。) |
このページのトップへ
メソッド
このページのトップへ