XmlUtilities.RemoveAllXmlNodes Method

Removes all nodes that match the specified xpath.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared Sub RemoveAllXmlNodes ( _
    doc As XmlDocument, _
    xpath As String, _
    nsmgr As XmlNamespaceManager _
)
'Usage
Dim doc As XmlDocument
Dim xpath As String
Dim nsmgr As XmlNamespaceManager

XmlUtilities.RemoveAllXmlNodes(doc, xpath, _
    nsmgr)
public static void RemoveAllXmlNodes(
    XmlDocument doc,
    string xpath,
    XmlNamespaceManager nsmgr
)
public:
static void RemoveAllXmlNodes(
    XmlDocument^ doc, 
    String^ xpath, 
    XmlNamespaceManager^ nsmgr
)
public static function RemoveAllXmlNodes(
    doc : XmlDocument, 
    xpath : String, 
    nsmgr : XmlNamespaceManager
)
static member RemoveAllXmlNodes : 
        doc:XmlDocument * 
        xpath:string * 
        nsmgr:XmlNamespaceManager -> unit 

Parameters

.NET Framework Security

See Also

Reference

XmlUtilities Class

XmlUtilities Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace