XMLNode.RemoveChild(XMLNode) 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.
Removes the specified child element from the specified element.
public:
void RemoveChild(Microsoft::Office::Interop::Word::XMLNode ^ ChildElement);
public void RemoveChild (Microsoft.Office.Interop.Word.XMLNode ChildElement);
abstract member RemoveChild : Microsoft.Office.Interop.Word.XMLNode -> unit
Public Sub RemoveChild (ChildElement As XMLNode)