다음을 통해 공유


TypedXmlDocument.SetUInt32 메서드

정의

오버로드

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
특성

적용 대상