TypedXmlDocument.SetInt64 Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
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)
Parameter
- xpath
- String
- newValue
- Int64
Berlaku untuk
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)
Parameter
- xpath
- String
- newValue
- Object