TypedXmlDocument.SetChar Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- xpath
- String
- newValue
- Char
S’applique à
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)
Paramètres
- xpath
- String
- newValue
- Object