TypedXmlDocument.SetUInt16 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
SetUInt16(String, Object) | |
SetUInt16(String, UInt16) |
SetUInt16(String, Object)
public:
virtual void SetUInt16(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetUInt16 (string xpath, object newValue);
abstract member SetUInt16 : string * obj -> unit
override this.SetUInt16 : string * obj -> unit
Public Overridable Sub SetUInt16 (xpath As String, newValue As Object)
Parâmetros
- xpath
- String
- newValue
- Object
Aplica-se a
SetUInt16(String, UInt16)
Importante
Esta API não está em conformidade com CLS.
public:
virtual void SetUInt16(System::String ^ xpath, System::UInt16 newValue);
[System.CLSCompliant(false)]
public virtual void SetUInt16 (string xpath, ushort newValue);
abstract member SetUInt16 : string * uint16 -> unit
override this.SetUInt16 : string * uint16 -> unit
Public Overridable Sub SetUInt16 (xpath As String, newValue As UShort)
Parâmetros
- xpath
- String
- newValue
- UInt16
- Atributos