次の方法で共有


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 から継承されます。)

このページのトップへ

参照

参照

Microsoft.VisualStudio.SharePoint 名前空間