VCUserMacro.PerformEnvironmentSet Property

Definition

Sets of gets whether the macro is set within the environment.

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

Property Value

TRUE if the macro is set within the scope of the environment, FALSE if not.

Attributes

Applies to