VCCodeFunction.IsConstant Propriedade

Definição

Obtém ou define um valor que indica se o item é uma constante ou não.

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

Valor da propriedade

Boolean

true Se o item for uma constante, false caso contrário.

Atributos

Comentários

IsConstant Retorna se o local de armazenamento representado por essa variável de código é configurável.

Aplica-se a