VCCustomBuildRule::CommandLine Property

 

Gets or sets a command line for the build event tool to run.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ CommandLine {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A command line for the build event tool to run.

For more information, see Specifying Build Events.

Return to top
Show: