VCUserMacro.InheritsFromParent 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.
Obtém ou define se uma macro de usuário herda valores de seu pai.
public:
property bool InheritsFromParent { bool get(); void set(bool value); };
public:
property bool InheritsFromParent { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2402)]
public bool InheritsFromParent { [System.Runtime.InteropServices.DispId(2402)] get; [System.Runtime.InteropServices.DispId(2402)] set; }
[<System.Runtime.InteropServices.DispId(2402)>]
[<get: System.Runtime.InteropServices.DispId(2402)>]
[<set: System.Runtime.InteropServices.DispId(2402)>]
member this.InheritsFromParent : bool with get, set
Public Property InheritsFromParent As Boolean
Valor da propriedade
TRUE se a macro for herdada de seu pai, FALSE ela não será.
- Atributos