TypedXmlDocument.SetBoolean 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
SetBoolean(String, Boolean) | |
SetBoolean(String, Nullable<Boolean>) |
SetBoolean(String, Boolean)
public:
virtual void SetBoolean(System::String ^ xpath, bool newValue);
public virtual void SetBoolean (string xpath, bool newValue);
abstract member SetBoolean : string * bool -> unit
override this.SetBoolean : string * bool -> unit
Public Overridable Sub SetBoolean (xpath As String, newValue As Boolean)
Paramètres
- xpath
- String
- newValue
- Boolean
S’applique à
SetBoolean(String, Nullable<Boolean>)
Important
Cette API n’est pas conforme CLS.
public:
virtual void SetBoolean(System::String ^ xpath, Nullable<bool> newValue);
[System.CLSCompliant(false)]
public virtual void SetBoolean (string xpath, Nullable<bool> newValue);
abstract member SetBoolean : string * Nullable<bool> -> unit
override this.SetBoolean : string * Nullable<bool> -> unit
Public Overridable Sub SetBoolean (xpath As String, newValue As Nullable(Of Boolean))
Paramètres
- xpath
- String
- Attributs