IContentResolutionService.ContentDefinitions 属性

定义

获取母版页中标识的内容占位符的 ContentDefinition 对象。

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 对象。

适用于

另请参阅