VCCustomBuildRule.ExecutionDescription Property

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
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

See Also

Reference

VCCustomBuildRule Interface

Microsoft.VisualStudio.VCProjectEngine Namespace