TypedXmlDocument.SetUInt32 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
SetUInt32(String, Object)
public:
virtual void SetUInt32(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetUInt32(string xpath, object newValue);
abstract member SetUInt32 : string * obj -> unit
override this.SetUInt32 : string * obj -> unit
Public Overridable Sub SetUInt32 (xpath As String, newValue As Object)
Parámetros
- xpath
- String
- newValue
- Object
Se aplica a
SetUInt32(String, UInt32)
Importante
Esta API no es conforme a CLS.
public:
virtual void SetUInt32(System::String ^ xpath, System::UInt32 newValue);
[System.CLSCompliant(false)]
public virtual void SetUInt32(string xpath, uint newValue);
abstract member SetUInt32 : string * uint32 -> unit
override this.SetUInt32 : string * uint32 -> unit
Public Overridable Sub SetUInt32 (xpath As String, newValue As UInteger)
Parámetros
- xpath
- String
- newValue
- UInt32
- Atributos