TypedXmlDocument.SetByte Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- xpath
- String
- newValue
- Byte
Si applica 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)
Parametri
- xpath
- String
- newValue
- Object