プロパティ ウィンドウに表示されるプロパティのソース オブジェクトのコレクションを表します。
名前空間: 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 から継承されます。) |
このページのトップへ