Share via


VCProjectEngine.PerformanceLogging-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

'Declaration
Property PerformanceLogging As Boolean
bool PerformanceLogging { get; set; }
property bool PerformanceLogging {
    bool get ();
    void set (bool value);
}
abstract PerformanceLogging : bool with get, set
function get PerformanceLogging () : boolean
function set PerformanceLogging (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Ein boolescher Wert.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCProjectEngine Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace