다음을 통해 공유


TypedXmlDocument.SetChar 메서드

정의

오버로드

SetChar(String, Char)

public:
 virtual void SetChar(System::String ^ xpath, char newValue);
public virtual void SetChar(string xpath, char newValue);
abstract member SetChar : string * char -> unit
override this.SetChar : string * char -> unit
Public Overridable Sub SetChar (xpath As String, newValue As Char)

매개 변수

xpath
String
newValue
Char

적용 대상

SetChar(String, Object)

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

매개 변수

xpath
String
newValue
Object

적용 대상