ISharePointProjectItemFileCollection インターフェイス
SharePoint プロジェクト アイテムのファイルのコレクションを表します。
名前空間: Microsoft.VisualStudio.SharePoint
アセンブリ: Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)
構文
'宣言
Public Interface ISharePointProjectItemFileCollection _
Inherits ISharePointCollection(Of ISharePointProjectItemFile), INotifyCollectionChanged, INotifyPropertyChanged, _
IEnumerable(Of ISharePointProjectItemFile), IEnumerable
public interface ISharePointProjectItemFileCollection : ISharePointCollection<ISharePointProjectItemFile>,
INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISharePointProjectItemFile>, IEnumerable
ISharePointProjectItemFileCollection 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
Count | コレクション内の項目の数を取得します。 (ISharePointCollection<T> から継承されます。) | |
Item | ファイル名を使用して SharePoint プロジェクト アイテム ファイルを取得します。 | |
ProjectItem | ISharePointProjectItemFileCollection のこのインスタンスを所有する SharePoint プロジェクト アイテムを取得します。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
AddFromFile | 指定したファイルをプロジェクト アイテム ファイル コレクションに追加します。 | |
AddFromFileCopy(String) | 指定したファイルのコピーとして新しいファイルを追加します。ファイルは SharePoint プロジェクト アイテム フォルダーに追加されます。 | |
AddFromFileCopy(String, String) | 指定したサブディレクトリに、指定したファイルのコピーをプロジェクト アイテム ファイルとして追加します。ファイルは SharePoint プロジェクト アイテム フォルダーに追加されます。 | |
Contains | 指定された項目がこのコレクションのメンバーかどうかを取得します。 (ISharePointCollection<T> から継承されます。) | |
CopyTo | このコレクションの項目を配列にコピーします。 (ISharePointCollection<T> から継承されます。) | |
GetEnumerator() | コレクションを反復処理する列挙子を返します。 (IEnumerable<ISharePointProjectItemFile> から継承されます。) | |
GetEnumerator() | コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。) |
このページのトップへ
イベント
名前 | 説明 | |
---|---|---|
CollectionChanged | コレクションが変更された場合に発生します。 (INotifyCollectionChanged から継承されます。) | |
PropertyChanged | プロパティ値が変更されたときに発生します。 (INotifyPropertyChanged から継承されます。) |
このページのトップへ