TypedXmlDocument.SetDecimal Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
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)
Parametry
- xpath
- String
- newValue
- Object
Dotyczy
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)
Parametry
- xpath
- String
- newValue
- Decimal