XmlComment.NodeType Eigenschaft

Definition

Ruft den Typ des aktuellen Knotens ab.

public:
 virtual property System::Xml::XmlNodeType NodeType { System::Xml::XmlNodeType get(); };
public override System.Xml.XmlNodeType NodeType { get; }
member this.NodeType : System.Xml.XmlNodeType
Public Overrides ReadOnly Property NodeType As XmlNodeType

Eigenschaftswert

Für Kommentarknoten ist der Wert XmlNodeType.Comment.

Gilt für:

Weitere Informationen