ControlBuilder.ComplexPropertyEntries プロパティ

定義

複合プロパティ エントリのコレクションを取得します。

public:
 property System::Collections::ICollection ^ ComplexPropertyEntries { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection ComplexPropertyEntries { get; }
member this.ComplexPropertyEntries : System.Collections.ICollection
Public ReadOnly Property ComplexPropertyEntries As ICollection

プロパティ値

ICollection

複合プロパティ エントリのコレクション。

注釈

エントリがない場合は、静的な空のコレクションが返されます。

適用対象