XdmType.Comment PropertyXdmType.Comment PropertyXdmType::Comment Property

Gets the type that matches all comment nodes.

Syntax

Public Shared ReadOnly Property Comment As XdmType
        Get
public static XdmType Comment { get; }
public:
static property XdmType^ Comment {
    XdmType^ get();
}
 

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type that matches all comment nodes.

Remarks

This corresponds to the XPath 2.0 type comment().