다음을 통해 공유


TypedXmlDocument.SetUInt64 메서드

정의

오버로드

SetUInt64(String, UInt64)

중요

이 API는 CLS 규격이 아닙니다.

public:
 virtual void SetUInt64(System::String ^ xpath, System::UInt64 newValue);
[System.CLSCompliant(false)]
public virtual void SetUInt64(string xpath, ulong newValue);
abstract member SetUInt64 : string * uint64 -> unit
override this.SetUInt64 : string * uint64 -> unit
Public Overridable Sub SetUInt64 (xpath As String, newValue As ULong)

매개 변수

xpath
String
newValue
UInt64
특성

적용 대상

SetUInt64(String, Object)

public:
 virtual void SetUInt64(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetUInt64(string xpath, object newValue);
abstract member SetUInt64 : string * obj -> unit
override this.SetUInt64 : string * obj -> unit
Public Overridable Sub SetUInt64 (xpath As String, newValue As Object)

매개 변수

xpath
String
newValue
Object

적용 대상