次の方法で共有


TypedXmlDocument.SetBoolean メソッド

定義

オーバーロード

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)

パラメーター

xpath
String
newValue
Boolean

適用対象

SetBoolean(String, Nullable<Boolean>)

重要

この API は 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))

パラメーター

xpath
String
newValue
Nullable<Boolean>
属性

適用対象