Share via


TypedXmlDocument.SetBoolean Method

Definition

Overloads

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)

Parameters

xpath
String
newValue
Boolean

Applies to

SetBoolean(String, Nullable<Boolean>)

Important

This API is not CLS-compliant.

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))

Parameters

xpath
String
newValue
Nullable<Boolean>
Attributes

Applies to