TypedXmlDocument.SetInt32 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- xpath
- String
- newValue
- Int32
Applies to
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)
Parameters
- xpath
- String
- newValue
- Object