VCProjectEngine.PerformanceLogging 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

Property PerformanceLogging As Boolean

Dim instance As VCProjectEngine
Dim value As Boolean

value = instance.PerformanceLogging

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

Property Value

Type: System.Boolean

Permissions

See Also

Reference

VCProjectEngine Interface

VCProjectEngine Members

Microsoft.VisualStudio.VCProjectEngine Namespace