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