TypedXmlDocument.SetSingle 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
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)
Parameter
- xpath
- String
- newValue
- Object
Berlaku untuk
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)
Parameter
- xpath
- String
- newValue
- Single