TypedXmlDocument.SetInt16 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
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
Aplica-se 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