TypedXmlDocument.SetUInt16 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
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
Se aplica a
SetUInt16(String, UInt16)
Importante
Esta API no es conforme a 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