다음을 통해 공유


XmlComment.NodeValue 속성

정의

노드와 연결된 텍스트를 가져오거나 설정합니다.

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 = xmlComment.nodeValue;
xmlComment.nodeValue = object;
Public Property NodeValue As Object

속성 값

Object

Platform::Object

IInspectable

노드와 연결된 텍스트를 가져오거나 설정합니다.

구현

적용 대상