다음을 통해 공유


TypedXmlDocument.SetUInt16 메서드

정의

오버로드

SetUInt16(String, Object)

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

매개 변수

xpath
String
newValue
Object

적용 대상

SetUInt16(String, UInt16)

중요

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

public:
 virtual void SetUInt16(System::String ^ xpath, System::UInt16 newValue);
[System.CLSCompliant(false)]
public virtual void SetUInt16(string xpath, ushort newValue);
abstract member SetUInt16 : string * uint16 -> unit
override this.SetUInt16 : string * uint16 -> unit
Public Overridable Sub SetUInt16 (xpath As String, newValue As UShort)

매개 변수

xpath
String
newValue
UInt16
특성

적용 대상