MasterPage.ContentTemplates プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マスター ページに関連付けられているコンテンツ コントロールのリストを取得します。
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 オーバーライドしません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET