DOMDocument50Class.IXMLDOMDocument_createComment(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMComment ^ IXMLDOMDocument_createComment(System::String ^ data) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument::createComment;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMComment IXMLDOMDocument_createComment (string data);
abstract member IXMLDOMDocument_createComment : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMComment
override this.IXMLDOMDocument_createComment : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMComment
Public Overridable Function IXMLDOMDocument_createComment (data As String) As IXMLDOMComment
Parameters
- data
- String