public virtual NetOffice.MSHTMLApi.IHTMLDOMNode appendChild(NetOffice.MSHTMLApi.IHTMLDOMNode newChild)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "appendChild", newChild));
 }
Example #2
0
 public virtual NetOffice.MSHTMLApi.IHTMLDOMNode replaceNode(NetOffice.MSHTMLApi.IHTMLDOMNode replacement)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "replaceNode", replacement));
 }
 public virtual NetOffice.MSHTMLApi.IHTMLDOMNode insertBefore(NetOffice.MSHTMLApi.IHTMLDOMNode newChild, object refChild)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "insertBefore", newChild, refChild));
 }
Example #4
0
 public virtual NetOffice.MSHTMLApi.IHTMLDOMNode swapNode(NetOffice.MSHTMLApi.IHTMLDOMNode otherNode)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "swapNode", otherNode));
 }