Freigeben über


VCProjectEngineObjectClass.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
Public Overridable Property PerformanceLogging As Boolean
public virtual bool PerformanceLogging { get; set; }
public:
virtual property bool PerformanceLogging {
    bool get ();
    void set (bool value);
}
abstract PerformanceLogging : bool with get, set 
override PerformanceLogging : bool with get, set
function get PerformanceLogging () : boolean 
function set PerformanceLogging (value : boolean)

Eigenschaftswert

Typ: Boolean
Ein boolescher Wert.

Implementiert

VCProjectEngine.PerformanceLogging

.NET Framework-Sicherheit

Siehe auch

Referenz

VCProjectEngineObjectClass Klasse

Microsoft.VisualStudio.VCProjectEngine-Namespace