次の方法で共有


TypedXmlDocument.SetUInt32 メソッド

定義

オーバーロード

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
属性

適用対象