NamedElement.NameReference Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom de l'élément dans la hiérarchie de balisage FixedPage qui fournit le contenu du parent 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
Valeur de propriété
Nom de l'élément.
Exemples
L’exemple suivant montre plusieurs NamedElement éléments, chacun avec un NameReference attribut.
<ParagraphStructure>
<NamedElement NameReference="Pg2Heading1" />
</ParagraphStructure>
<ParagraphStructure>
<NamedElement NameReference="Pg2P1" />
</ParagraphStructure>
<ParagraphStructure>
<NamedElement NameReference="Pg2P2" />
</ParagraphStructure>
<FigureStructure>
<NamedElement NameReference="Pg2Fig1" />
</FigureStructure>
Remarques
NameReference doit être identique à l’attribut Name de l’élément auquel le NamedElement fait référence.