DOMNodeWrapper.createComment Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Function createComment ( _
data As String _
) As IXMLDOMComment
'Usage
Dim instance As DOMNodeWrapper
Dim data As String
Dim returnValue As IXMLDOMComment
returnValue = instance.createComment(data)
public IXMLDOMComment createComment(
string data
)
Parameters
- data
Type: System.String
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment
Implements
IXMLDOMDocument3.createComment(String)
IXMLDOMDocument2.createComment(String)
IXMLDOMDocument.createComment(String)