次の方法で共有


IPropertyCollection インターフェイス

フィーチャー プロパティの既定値のコレクションを表します。

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

構文

'宣言
Public Interface IPropertyCollection _
    Inherits IList(Of IProperty), ICollection(Of IProperty),  _
    IEnumerable(Of IProperty), IEnumerable
public interface IPropertyCollection : IList<IProperty>, 
    ICollection<IProperty>, IEnumerable<IProperty>, IEnumerable

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

プロパティ

  名前 説明
パブリック プロパティ Count ICollection<T> に格納されている要素の数を取得します。 (ICollection<IProperty> から継承されます。)
パブリック プロパティ IsReadOnly ICollection<T> が読み取り専用であるかどうかを示す値を取得します。 (ICollection<IProperty> から継承されます。)
パブリック プロパティ Item 指定したインデックスにある要素を取得または設定します。 (IList<IProperty> から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Add() 新しいフィーチャー プロパティを追加します。
パブリック メソッド Add(T) ICollection<T> に項目を追加します。 (ICollection<IProperty> から継承されます。)
パブリック メソッド Clear ICollection<T> からすべての項目を削除します。 (ICollection<IProperty> から継承されます。)
パブリック メソッド Contains ICollection<T> に特定の値が格納されているかどうかを判断します。 (ICollection<IProperty> から継承されます。)
パブリック メソッド CopyTo ICollection<T> の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。 (ICollection<IProperty> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable<IProperty> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。)
パブリック メソッド IndexOf IList<T> 内での指定した項目のインデックスを調べます。 (IList<IProperty> から継承されます。)
パブリック メソッド Insert IList<T> の指定したインデックス位置に項目を挿入します。 (IList<IProperty> から継承されます。)
パブリック メソッド Remove ICollection<T> 内で最初に見つかった特定のオブジェクトを削除します。 (ICollection<IProperty> から継承されます。)
パブリック メソッド RemoveAt 指定したインデックス位置の IList<T> 項目を削除します。 (IList<IProperty> から継承されます。)

このページのトップへ

参照

参照

Microsoft.VisualStudio.SharePoint.Features 名前空間