TypedXmlDocument.SetUInt64 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
SetUInt64(String, UInt64) | |
SetUInt64(String, Object) |
SetUInt64(String, UInt64)
Important
This API is not CLS-compliant.
public:
virtual void SetUInt64(System::String ^ xpath, System::UInt64 newValue);
[System.CLSCompliant(false)]
public virtual void SetUInt64 (string xpath, ulong newValue);
abstract member SetUInt64 : string * uint64 -> unit
override this.SetUInt64 : string * uint64 -> unit
Public Overridable Sub SetUInt64 (xpath As String, newValue As ULong)
Parameters
- xpath
- String
- newValue
- UInt64
- Attributes
Applies to
SetUInt64(String, Object)
public:
virtual void SetUInt64(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetUInt64 (string xpath, object newValue);
abstract member SetUInt64 : string * obj -> unit
override this.SetUInt64 : string * obj -> unit
Public Overridable Sub SetUInt64 (xpath As String, newValue As Object)
Parameters
- xpath
- String
- newValue
- Object