MasterPage.ContentTemplates プロパティ

定義

マスター ページに関連付けられているコンテンツ コントロールのリストを取得します。

protected public:
 property System::Collections::IDictionary ^ ContentTemplates { System::Collections::IDictionary ^ get(); };
[System.ComponentModel.Browsable(false)]
protected internal System.Collections.IDictionary ContentTemplates { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContentTemplates : System.Collections.IDictionary
Protected Friend ReadOnly Property ContentTemplates As IDictionary

プロパティ値

マスター ページに関連付けられているコンテンツ コントロールの IList

属性

注釈

派生マスター ページ クラスは、 プロパティに ContentTemplates アクセスして、関連付けられているコンテンツ ページで定義されている現在の Content コントロールを取得します。 派生型は通常、 プロパティを ContentTemplates オーバーライドしません。

適用対象