VCProjectEngineObjectClass.ShowEnvironmentInBuildLog Özellik

Tanım

Proje derlemeleri sırasında derleme günlüğüne tüm ortam değişkenlerinin yankılanıp yansıtılamadığını gösteren bir değer alır veya ayarlar Visual C++ .

public:
 virtual property bool ShowEnvironmentInBuildLog { bool get(); void set(bool value); };
public:
 virtual property bool ShowEnvironmentInBuildLog { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(226)]
public virtual bool ShowEnvironmentInBuildLog { [System.Runtime.InteropServices.DispId(226)] get; [System.Runtime.InteropServices.DispId(226)] set; }
[<System.Runtime.InteropServices.DispId(226)>]
[<get: System.Runtime.InteropServices.DispId(226)>]
[<set: System.Runtime.InteropServices.DispId(226)>]
member this.ShowEnvironmentInBuildLog : bool with get, set
Public Overridable Property ShowEnvironmentInBuildLog As Boolean

Özellik Değeri

Boolean

true Tüm ortam değişkenleri yapı günlüğünde yankılanır; Aksi takdirde, false .

Uygulamalar

Öznitelikler

Açıklamalar

Örneğini oluşturma VCProjectEngineObjectClass . VCProjectEngineObjectBunun yerine, aşağıda gösterildiği gibi örneği oluşturun:

Dim Engine As VCProjectEngine  
Engine = New VCProjectEngineObject()  

Şunlara uygulanır