VCManifestTool::ReplacementsFile Property

 

Sets or gets the string replacement file.

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

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

Property Value

Type: System::String^

String holding the name of the file that contains string replacement values.

Return to top
Show: