다음을 통해 공유


TypedXmlDocument.SetSByte 메서드

정의

오버로드

SetSByte(String, SByte)

중요

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

public:
 virtual void SetSByte(System::String ^ xpath, System::SByte newValue);
[System.CLSCompliant(false)]
public virtual void SetSByte(string xpath, sbyte newValue);
abstract member SetSByte : string * sbyte -> unit
override this.SetSByte : string * sbyte -> unit
Public Overridable Sub SetSByte (xpath As String, newValue As SByte)

매개 변수

xpath
String
newValue
SByte
특성

적용 대상

SetSByte(String, Object)

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

매개 변수

xpath
String
newValue
Object

적용 대상