NamedElement.NameReference Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the element in the FixedPage markup hierarchy that provides the content for the parent of the 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
The name of the element.
The following example shows several NamedElement elements, each with a NameReference attribute.
<ParagraphStructure>
<NamedElement NameReference="Pg2Heading1" />
</ParagraphStructure>
<ParagraphStructure>
<NamedElement NameReference="Pg2P1" />
</ParagraphStructure>
<ParagraphStructure>
<NamedElement NameReference="Pg2P2" />
</ParagraphStructure>
<FigureStructure>
<NamedElement NameReference="Pg2Fig1" />
</FigureStructure>
NameReference should be identical to the Name attribute of the element to which the NamedElement refers.
Produkt | Wersje |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Opinia o produkcie .NET
.NET to projekt typu open source. Wybierz link, aby przekazać opinię: