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