Load Method (file)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Load Method (file)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceCollectionLoad(String)
For all resources in the collection, loads their data from a resource file.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void Load(
	string file
)
Public Sub Load ( 
	file As String
)
public:
void Load(
	String^ file
)
member Load : 
        file : string -> unit 
Parameters
file (String)
The file from which resources are loaded.

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