VCUserMacro.InheritsFromParent Property

Definition

Gets or sets whether a user macro inherits values from its parent.

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

Property Value

TRUE if the macro inherits from its parent, FALSE of it does not.

Attributes

Applies to