ManagedForEachEnumeratorWrapper.Update(String) 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.
Updates the XML object.
public:
 virtual void Update(System::String ^ % ObjectXml);public void Update(ref string ObjectXml);abstract member Update : string -> unit
override this.Update : string -> unitPublic Sub Update (ByRef ObjectXml As String)Parameters
- ObjectXml
- String
The XML object to be updated.