次の方法で共有


IPropertySourceCollection インターフェイス

プロパティ ウィンドウに表示されるプロパティのソース オブジェクトのコレクションを表します。

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

構文

'宣言
Public Interface IPropertySourceCollection _
    Inherits IEnumerable(Of Object), IEnumerable
public interface IPropertySourceCollection : IEnumerable<Object>, 
    IEnumerable

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

メソッド

  名前 説明
パブリック メソッド Add 新しいプロパティのソース オブジェクトを IPropertySourceCollection コレクションに追加します。
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable<Object> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。)

このページのトップへ

参照

参照

Microsoft.VisualStudio.SharePoint 名前空間