TypedXmlDocument.SetBoolean 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
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)
Parâmetros
- xpath
- String
- newValue
- Boolean
Aplica-se a
SetBoolean(String, Nullable<Boolean>)
Importante
Esta API não está em conformidade com 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))
Parâmetros
- xpath
- String
- Atributos