다음을 통해 공유


TypedXmlDocument.SetDouble 메서드

정의

오버로드

SetDouble(String, Double)

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

매개 변수

xpath
String
newValue
Double

적용 대상

SetDouble(String, Object)

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

매개 변수

xpath
String
newValue
Object

적용 대상