TypedXmlDocument.SetSByte Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetSByte(String, SByte)
Wichtig
Diese API ist nicht CLS-kompatibel.
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)
Parameter
- xpath
- String
- newValue
- SByte
- Attribute
Gilt für:
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)
Parameter
- xpath
- String
- newValue
- Object