次の方法で共有


IPropertySourceCollection インターフェイス

定義

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

public interface class IPropertySourceCollection : System::Collections::Generic::IEnumerable<System::Object ^>
public interface IPropertySourceCollection : System.Collections.Generic.IEnumerable<object>
type IPropertySourceCollection = interface
    interface seq<obj>
    interface IEnumerable
Public Interface IPropertySourceCollection
Implements IEnumerable(Of Object)
実装

メソッド

Add(Object)

IPropertySourceCollection コレクションに新しいプロパティ ソース オブジェクトを追加します。

適用対象