TypedXmlDocument.SetSByte Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetSByte(String, SByte) | |
SetSByte(String, Object) |
SetSByte(String, SByte)
Important
This API is not CLS-compliant.
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)
Parameters
- xpath
- String
- newValue
- SByte
- Attributes
Applies to
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)
Parameters
- xpath
- String
- newValue
- Object