TypedXmlDocument.SetInt16 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
SetInt16(String, Int16)
public:
virtual void SetInt16(System::String ^ xpath, short newValue);
public virtual void SetInt16(string xpath, short newValue);
abstract member SetInt16 : string * int16 -> unit
override this.SetInt16 : string * int16 -> unit
Public Overridable Sub SetInt16 (xpath As String, newValue As Short)
Parameter
- xpath
- String
- newValue
- Int16
Berlaku untuk
SetInt16(String, Object)
public:
virtual void SetInt16(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetInt16(string xpath, object newValue);
abstract member SetInt16 : string * obj -> unit
override this.SetInt16 : string * obj -> unit
Public Overridable Sub SetInt16 (xpath As String, newValue As Object)
Parameter
- xpath
- String
- newValue
- Object