Remove Method
Microsoft Robotics Studio
Removes all XML nodes matching the XPath expression
Namespace: Microsoft.Dss.Core.Utilities
Assembly: DssBase (in DssBase.dll)
Version: 1.5.507.0
Syntax
public bool Remove(
string xPath
)
'Declaration
Public Function Remove ( _
xPath As String _
) As Boolean
public:
bool Remove (
String^ xPath
)
Parameters
- xPath
String
XPath expression to match
Return Value
true if nodes were removed; otherwise false.
See Also
CodeProject Class
Microsoft.Dss.Core.Utilities Namespace