TypedXmlDocument.SetObject(String, Object) 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.
public:
virtual void SetObject(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetObject (string xpath, object newValue);
abstract member SetObject : string * obj -> unit
override this.SetObject : string * obj -> unit
Public Overridable Sub SetObject (xpath As String, newValue As Object)
Parameters
- xpath
- String
- newValue
- Object