TypedXmlDocument.SetByte Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SetByte(String, Byte) | |
SetByte(String, Object) |
SetByte(String, Byte)
public:
virtual void SetByte(System::String ^ xpath, System::Byte newValue);
public virtual void SetByte (string xpath, byte newValue);
abstract member SetByte : string * byte -> unit
override this.SetByte : string * byte -> unit
Public Overridable Sub SetByte (xpath As String, newValue As Byte)
Parâmetros
- xpath
- String
- newValue
- Byte
Aplica-se a
SetByte(String, Object)
public:
virtual void SetByte(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetByte (string xpath, object newValue);
abstract member SetByte : string * obj -> unit
override this.SetByte : string * obj -> unit
Public Overridable Sub SetByte (xpath As String, newValue As Object)
Parâmetros
- xpath
- String
- newValue
- Object