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