TypedXmlDocument.SetSByte Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SetSByte(String, SByte) | |
SetSByte(String, Object) |
SetSByte(String, SByte)
Importante
Esta API no es conforme a 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)
Parámetros
- xpath
- String
- newValue
- SByte
- Atributos
Se aplica a
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)
Parámetros
- xpath
- String
- newValue
- Object