Partilhar via


NamedElement.NameReference Propriedade

Definição

Obtém ou define o nome do elemento na hierarquia de marcação FixedPage que fornece o conteúdo para o pai do 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 da propriedade

String

O nome do elemento.

Exemplos

O exemplo a seguir mostra vários NamedElement elementos, cada um com um NameReference atributo.

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

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

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

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

Comentários

NameReference deve ser idêntico ao Name atributo do elemento ao qual se NamedElement refere.

Aplica-se a