TypedXmlDocument.SetSingle 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
SetSingle(String, Object) | |
SetSingle(String, Single) |
SetSingle(String, Object)
public:
virtual void SetSingle(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetSingle (string xpath, object newValue);
abstract member SetSingle : string * obj -> unit
override this.SetSingle : string * obj -> unit
Public Overridable Sub SetSingle (xpath As String, newValue As Object)
Parâmetros
- xpath
- String
- newValue
- Object
Aplica-se a
SetSingle(String, Single)
public:
virtual void SetSingle(System::String ^ xpath, float newValue);
public virtual void SetSingle (string xpath, float newValue);
abstract member SetSingle : string * single -> unit
override this.SetSingle : string * single -> unit
Public Overridable Sub SetSingle (xpath As String, newValue As Single)
Parâmetros
- xpath
- String
- newValue
- Single