DOMDocument50Class.IXMLDOMDocument2_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 ^ IXMLDOMDocument2_createComment(System::String ^ data) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument2::createComment;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMComment IXMLDOMDocument2_createComment (string data);
abstract member IXMLDOMDocument2_createComment : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMComment
override this.IXMLDOMDocument2_createComment : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMComment
Public Overridable Function IXMLDOMDocument2_createComment (data As String) As IXMLDOMComment
Parameters
- data
- String