TypedXmlDocument.SetInt32 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
SetInt32(String, Int32) | |
SetInt32(String, Object) |
SetInt32(String, Int32)
public:
virtual void SetInt32(System::String ^ xpath, int newValue);
public virtual void SetInt32 (string xpath, int newValue);
abstract member SetInt32 : string * int -> unit
override this.SetInt32 : string * int -> unit
Public Overridable Sub SetInt32 (xpath As String, newValue As Integer)
Parámetros
- xpath
- String
- newValue
- Int32
Se aplica a
SetInt32(String, Object)
public:
virtual void SetInt32(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetInt32 (string xpath, object newValue);
abstract member SetInt32 : string * obj -> unit
override this.SetInt32 : string * obj -> unit
Public Overridable Sub SetInt32 (xpath As String, newValue As Object)
Parámetros
- xpath
- String
- newValue
- Object