TypedXmlDocument.SetSingle 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
SetSingle(String, Object) | |
SetSingle(String, Single) |
SetSingle(String, Object)
public:
virtual void SetSingle(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetSingle (string xpath, object newValue);
abstract member SetSingle : string * obj -> unit
override this.SetSingle : string * obj -> unit
Public Overridable Sub SetSingle (xpath As String, newValue As Object)
Paramètres
- xpath
- String
- newValue
- Object
S’applique à
SetSingle(String, Single)
public:
virtual void SetSingle(System::String ^ xpath, float newValue);
public virtual void SetSingle (string xpath, float newValue);
abstract member SetSingle : string * single -> unit
override this.SetSingle : string * single -> unit
Public Overridable Sub SetSingle (xpath As String, newValue As Single)
Paramètres
- xpath
- String
- newValue
- Single