次の方法で共有


ISharePointProjectFeatureCollection インターフェイス

SharePoint プロジェクトで定義されている SharePoint のすべてのフィーチャーのコレクション。

名前空間:  Microsoft.VisualStudio.SharePoint
アセンブリ:  Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)

構文

'宣言
Public Interface ISharePointProjectFeatureCollection _
    Inherits ISharePointCollection(Of ISharePointProjectFeature), INotifyCollectionChanged, INotifyPropertyChanged,  _
    IEnumerable(Of ISharePointProjectFeature), IEnumerable
public interface ISharePointProjectFeatureCollection : ISharePointCollection<ISharePointProjectFeature>, 
    INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISharePointProjectFeature>, IEnumerable

ISharePointProjectFeatureCollection 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Count コレクション内の項目の数を取得します。 (ISharePointCollection<T> から継承されます。)
パブリック プロパティ Item 指定したフォルダー パスにある ISharePointProjectFeature のインスタンスを取得します。
パブリック プロパティ Project フィーチャーが関連付けられている ISharePointProject

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Add() 新しいフィーチャーを追加します。
パブリック メソッド Add(Boolean) 新しいフィーチャーを追加します。
パブリック メソッド Add(String) 指定したフィーチャー名を使用して新しいフィーチャーを追加します。
パブリック メソッド Add(String, Boolean) 指定したフィーチャー名を使用して新しいフィーチャーを追加します。
パブリック メソッド Contains 指定された項目がこのコレクションのメンバーかどうかを取得します。 (ISharePointCollection<T> から継承されます。)
パブリック メソッド CopyTo このコレクションの項目を配列にコピーします。 (ISharePointCollection<T> から継承されます。)
パブリック メソッド Find 指定した ID を持つ ISharePointProjectFeature のインスタンスを取得します。
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable<ISharePointProjectFeature> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。)

このページのトップへ

イベント

  名前 説明
パブリック イベント CollectionChanged コレクションが変更された場合に発生します。 (INotifyCollectionChanged から継承されます。)
パブリック イベント PropertyChanged プロパティ値が変更されたときに発生します。 (INotifyPropertyChanged から継承されます。)

このページのトップへ

解説

プロジェクトで定義されている機能は、プロジェクトに関連付けられたソリューション パッケージに含まれることも、含まれないこともあります。 機能は、他のプロジェクトに関連付けられているパッケージから参照できます。

参照

参照

Microsoft.VisualStudio.SharePoint 名前空間