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