XmlCDataSection.Name 属性

定义

获取节点的限定名称。Gets the qualified name of the node.

public:
 virtual property System::String ^ Name { System::String ^ get(); };
public override string Name { get; }
member this.Name : string
Public Overrides ReadOnly Property Name As String

属性值

String

对于 CDATA 节点,该名称为 #cdata-sectionFor CDATA nodes, the name is #cdata-section.

适用于