TypedXmlDocument.SetUInt64 Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SetUInt64(String, UInt64) | |
SetUInt64(String, Object) |
SetUInt64(String, UInt64)
Importante
Esta API não está em conformidade com CLS.
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)
Parâmetros
- xpath
- String
- newValue
- UInt64
- Atributos
Aplica-se a
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)
Parâmetros
- xpath
- String
- newValue
- Object