VCCodeStruct.IsValue Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define ou obtém se a __value palavra-chave é aplicada ao objeto.
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
Valor da propriedade
true se a __value palavra-chave for aplicada ao objeto; caso contrário, false .
- Atributos
Comentários
Para obter mais informações, consulte __value.