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 属性。