VCXDCMakeTool.SuppressStartupBanner Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Anzeige des Startbanners und der Informationsmeldungen unterdrückt werden soll, oder legt diesen fest.

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

Eigenschaftswert

Boolean

true , wenn die Anzeige des Start Banners und der Informationsmeldungen unterdrückt wird. andernfalls false .

Attribute

Hinweise

SuppressStartupBanner macht die Funktionen der/NOLOGO-Option ( Start Banner unterdrücken) , der Option für die Ausführung von Bibliothekar (die Option zum Unterdrücken von Start Banner) (Option Start Banner unterdrücken) (C/C++) , der/NOLOGO-Option des BSCMake-Tools und der Option " /nologo" des- <xref:Microsoft.VisualStudio.VCProjectEngine.VCWebServiceProxyGeneratorTool> Objekts verfügbar.

Gilt für