Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the text that is displayed in the output window prior to executing the command line during a build.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property ExecutionDescription As String
Get
Set
string ExecutionDescription { get; set; }
property String^ ExecutionDescription {
String^ get ();
void set (String^ value);
}
abstract ExecutionDescription : string with get, set
function get ExecutionDescription () : String
function set ExecutionDescription (value : String)
Property Value
Type: System.String
The text that is displayed in the output window prior to executing the command line.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.