IPropertySourceCollection インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[プロパティ] ウィンドウに表示されるプロパティ ソース オブジェクトのコレクションを表します。
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 コレクションに新しいプロパティ ソース オブジェクトを追加します。 |