VCUserMacro.PerformEnvironmentSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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