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