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