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