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