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