NamedElement.NameReference 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
FixedPage의 부모에 대한 콘텐츠를 제공하는 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
속성 값
요소 이름입니다.
예제
다음 예제에서는 몇 가지 NamedElement 요소를 사용 하 여 각각을 NameReference 특성입니다.
<ParagraphStructure>
<NamedElement NameReference="Pg2Heading1" />
</ParagraphStructure>
<ParagraphStructure>
<NamedElement NameReference="Pg2P1" />
</ParagraphStructure>
<ParagraphStructure>
<NamedElement NameReference="Pg2P2" />
</ParagraphStructure>
<FigureStructure>
<NamedElement NameReference="Pg2Fig1" />
</FigureStructure>
설명
NameReference 동일 해야 합니다 Name 는 요소의 특성을 NamedElement 참조 합니다.