Compartir a través de


NamedElement.NameReference Propiedad

Definición

Obtiene o establece el nombre del elemento en la jerarquía de marcado de FixedPage que proporciona el contenido del elemento primario de NamedElement.

public:
 property System::String ^ NameReference { System::String ^ get(); void set(System::String ^ value); };
public string NameReference { get; set; }
member this.NameReference : string with get, set
Public Property NameReference As String

Valor de propiedad

String

Nombre del elemento.

Ejemplos

En el ejemplo siguiente se muestran varios NamedElement elementos, cada uno con un NameReference atributo .

<ParagraphStructure>
  <NamedElement NameReference="Pg2Heading1" />
</ParagraphStructure>

<ParagraphStructure>
  <NamedElement NameReference="Pg2P1" />
</ParagraphStructure>

<ParagraphStructure>
  <NamedElement NameReference="Pg2P2" />
</ParagraphStructure>

<FigureStructure>
  <NamedElement NameReference="Pg2Fig1" />
</FigureStructure>

Comentarios

NameReferencedebe ser idéntico al Name atributo del elemento al que hace referencia .NamedElement

Se aplica a