IContentResolutionService.ContentDefinitions 属性
定义
获取母版页中标识的内容占位符的 ContentDefinition 对象。Gets the ContentDefinition objects for the content placeholders that are identified in the master page.
public:
property System::Collections::IDictionary ^ ContentDefinitions { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary ContentDefinitions { get; }
member this.ContentDefinitions : System.Collections.IDictionary
Public ReadOnly Property ContentDefinitions As IDictionary
属性值
一个 IDictionary,包含标识符和 ContentDefinition 对象。An IDictionary containing identifiers and ContentDefinition objects.