TypedXmlDocument.SetDecimal Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- xpath
- String
- newValue
- Object
S’applique à
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)
Paramètres
- xpath
- String
- newValue
- Decimal