VCCodeStruct.IsValue Eigenschaft

Definition

Ruft ab oder legt fest, ob das __value-Schlüsselwort für das Objekt übernommen wird.

public:
 property bool IsValue { bool get(); void set(bool value); };
public:
 property bool IsValue { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(589)]
public bool IsValue { [System.Runtime.InteropServices.DispId(589)] get; [System.Runtime.InteropServices.DispId(589)] set; }
[<System.Runtime.InteropServices.DispId(589)>]
[<get: System.Runtime.InteropServices.DispId(589)>]
[<set: System.Runtime.InteropServices.DispId(589)>]
member this.IsValue : bool with get, set
Public Property IsValue As Boolean

Eigenschaftswert

Boolean

true , wenn das- __value Schlüsselwort auf das-Objekt angewendet wird, andernfalls false .

Attribute

Hinweise

Weitere Informationen finden Sie unter __value.

Gilt für