TypedXmlDocument.SetUInt32 Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- xpath
- String
- newValue
- Object
Gilt für:
SetUInt32(String, UInt32)
Wichtig
Diese API ist nicht CLS-kompatibel.
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)
Parameter
- xpath
- String
- newValue
- UInt32
- Attribute