Aracılığıyla paylaş


XmlDictionaryReader.IsTextNode(XmlNodeType) Yöntem

Tanım

Geçerli düğümün bir metin düğümü olup olmadığını sınar.

protected:
 bool IsTextNode(System::Xml::XmlNodeType nodeType);
protected bool IsTextNode (System.Xml.XmlNodeType nodeType);
member this.IsTextNode : System.Xml.XmlNodeType -> bool
Protected Function IsTextNode (nodeType As XmlNodeType) As Boolean

Parametreler

nodeType
XmlNodeType

Test edilen düğümün türü.

Döndürülenler

Boolean

truedüğüm türü Text, , WhitespaceSignificantWhitespace, CDATAveya Attributeise, değilse false.

Şunlara uygulanır