Load Method (file)

Microsoft Deployment Tools

Deployment Tools Foundation Load Method (file)
For all resources in the collection, loads their data from a resource file.
Declaration Syntax
C# Visual Basic Visual C++
public void Load(
	string file
)
Public Sub Load ( _
	file As String _
)
public:
void Load(
	String^ file
)
Parameters
file (String)
The file from which resources are loaded.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)