TypedXmlDocument.SetUInt32 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
SetUInt32(String, Object) | |
SetUInt32(String, UInt32) |
SetUInt32(String, Object)
public:
virtual void SetUInt32(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetUInt32 (string xpath, object newValue);
abstract member SetUInt32 : string * obj -> unit
override this.SetUInt32 : string * obj -> unit
Public Overridable Sub SetUInt32 (xpath As String, newValue As Object)
Parameters
- xpath
- String
- newValue
- Object
Applies to
SetUInt32(String, UInt32)
Important
This API is not CLS-compliant.
public:
virtual void SetUInt32(System::String ^ xpath, System::UInt32 newValue);
[System.CLSCompliant(false)]
public virtual void SetUInt32 (string xpath, uint newValue);
abstract member SetUInt32 : string * uint32 -> unit
override this.SetUInt32 : string * uint32 -> unit
Public Overridable Sub SetUInt32 (xpath As String, newValue As UInteger)
Parameters
- xpath
- String
- newValue
- UInt32
- Attributes