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