TypedXmlDocument.SetUInt32 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
SetUInt32(String, Object) | |
SetUInt32(String, UInt32) |
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
Aplica-se a
SetUInt32(String, UInt32)
Importante
Esta API não está em conformidade com 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