TypedXmlDocument.SetChar 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
SetChar(String, Char) | |
SetChar(String, Object) |
SetChar(String, Char)
public:
virtual void SetChar(System::String ^ xpath, char newValue);
public virtual void SetChar (string xpath, char newValue);
abstract member SetChar : string * char -> unit
override this.SetChar : string * char -> unit
Public Overridable Sub SetChar (xpath As String, newValue As Char)
Parâmetros
- xpath
- String
- newValue
- Char
Aplica-se a
SetChar(String, Object)
public:
virtual void SetChar(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetChar (string xpath, object newValue);
abstract member SetChar : string * obj -> unit
override this.SetChar : string * obj -> unit
Public Overridable Sub SetChar (xpath As String, newValue As Object)
Parâmetros
- xpath
- String
- newValue
- Object