TypedXmlDocument.SetUInt32 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- xpath
- String
- newValue
- Object
適用於
SetUInt32(String, UInt32)
重要
此 API 不符合 CLS 規範。
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)
參數
- xpath
- String
- newValue
- UInt32
- 屬性