Share via


VCAppVerifierTool.PageHeapConserveMemory Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property PageHeapConserveMemory As Boolean
'Usage
Dim instance As VCAppVerifierTool 
Dim value As Boolean 

value = instance.PageHeapConserveMemory

instance.PageHeapConserveMemory = value
bool PageHeapConserveMemory { get; set; }
property bool PageHeapConserveMemory {
    bool get ();
    void set (bool value);
}
function get PageHeapConserveMemory () : boolean 
function set PageHeapConserveMemory (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VCAppVerifierTool Interface

VCAppVerifierTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace