TypedXmlDocument.SetInt64 Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- xpath
- String
- newValue
- Int64
Se aplica a
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)
Parámetros
- xpath
- String
- newValue
- Object