Save Method (file)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Save Method (file)
For all resources in the collection, saves their data to a resource file.
Declaration Syntax
C# Visual Basic Visual C++
public void Save(
	string file
)
Public Sub Save ( 
	file As String
)
public:
void Save(
	String^ file
)
Parameters
file (String)
The file to which resources are saved.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)