ControlBuilder.TemplatePropertyEntries プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象