Share via


IContentResolutionService.ContentDefinitions Propiedad

Definición

Obtiene los objetos ContentDefinition de los marcadores de posición de contenido identificados en la página maestra.

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

Valor de propiedad

IDictionary

Un IDictionary que contiene los identificadores y objetos ContentDefinition.

Se aplica a

Consulte también