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