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

'Declaration
Property PerformanceLogging As Boolean
'Usage
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

.NET Framework Security

See Also

Reference

VCProjectEngine Interface

VCProjectEngine Members

Microsoft.VisualStudio.VCProjectEngine Namespace