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

声明
Property ExecutionDescription As String
用法
Dim instance As VCCustomBuildRule
Dim value As String

value = instance.ExecutionDescription

instance.ExecutionDescription = value
string ExecutionDescription { get; set; }
property String^ ExecutionDescription {
    String^ get ();
    void set (String^ value);
}
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.

Permissions

See Also

Reference

VCCustomBuildRule Interface

VCCustomBuildRule Members

Microsoft.VisualStudio.VCProjectEngine Namespace