TypedXmlDocument.SetDouble 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
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)
Paramètres
- xpath
- String
- newValue
- Double
S’applique à
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)
Paramètres
- xpath
- String
- newValue
- Object