Freigeben über


_EnvironmentProjectsAndSolution.ShowOutputWindowBeforeBuild-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:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn das Ausgabefenster vor einer Erstellung angezeigt werden soll, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

_EnvironmentProjectsAndSolution Schnittstelle

EnvDTE-Namespace