VCCodeParameter.IsConstant Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob dieses Element eine Konstante ist.

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

Eigenschaftswert

Boolean

true , wenn dieses Element eine Konstante ist. andernfalls false .

Attribute

Gilt für