TypedXmlDocument.SetBoolean Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
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)
Parametreler
- xpath
- String
- newValue
- Boolean
Şunlara uygulanır
SetBoolean(String, Nullable<Boolean>)
Önemli
Bu API, CLS uyumlu değildir.
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))
Parametreler
- xpath
- String
- Öznitelikler