VCCustomBuildRule::Outputs Property

 

Gets or sets the output files the custom build step generates.

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

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

Property Value

Type: System::String^

The output files the custom build step generates.

Return to top
Show: