Find Method (resFile)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Find Method (resFile)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceCollectionFind(String)
Locates all resources in a file, including all resource types and languages. For each located resource, a Resource instance (or subclass) is added to the collection.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void Find(
	string resFile
)
Public Sub Find ( 
	resFile As String
)
public:
void Find(
	String^ resFile
)
member Find : 
        resFile : string -> unit 
Parameters
resFile (String)
The file to be searched for resources.
Exceptions
Exception Condition
IOException resources could not be read from the file

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