Condividi tramite


NamedElement.NameReference Proprietà

Definizione

Ottiene o imposta il nome dell'elemento nella gerarchia FixedPage del markup che fornisce il contenuto per il padre dell'oggetto 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

Valore della proprietà

String

Nome dell'elemento.

Esempio

L'esempio seguente mostra diversi NamedElement elementi, ognuno con un NameReference attributo.

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

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

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

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

Commenti

NameReference deve essere identico all'attributo dell'elemento Name a cui fa NamedElement riferimento.

Si applica a