Freigeben über


VCConfiguration.DEPRECATED1-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 DEPRECATED1 As Boolean
bool DEPRECATED1 { get; set; }
property bool DEPRECATED1 {
    bool get ();
    void set (bool value);
}
abstract DEPRECATED1 : bool with get, set
function get DEPRECATED1 () : boolean
function set DEPRECATED1 (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Ein boolescher Wert.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCConfiguration Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace