다음을 통해 공유


DtdEntity.NodeValue 속성

정의

노드와 연결된 텍스트를 가져오거나 설정합니다. 이 값은 항상 NULL입니다.

public:
 property Platform::Object ^ NodeValue { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable NodeValue();

void NodeValue(IInspectable value);
public object NodeValue { get; set; }
var object = dtdEntity.nodeValue;
dtdEntity.nodeValue = object;
Public Property NodeValue As Object

속성 값

Object

Platform::Object

IInspectable

이 값은 항상 NULL입니다.

구현

설명

이 값은 NodeType 속성에 따라 달라집니다. 다음 표에서는 이 종속성에 대해 설명합니다.

노드 형식NodeValue
요소Null
attribute특성 값
텍스트텍스트 노드의 콘텐츠
CDATASectionCDATA 섹션의 콘텐츠
EntityReferenceNULL
엔터티NULL
ProcessingInstruction대상을 제외한 전체 콘텐츠
의견주석의 내용
문서NULL
DocumentTypeNULL
DocumentFragmentNULL
NotationNULL

적용 대상