Find Method

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Find Method
Members
Icon Member Description
Find(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.

Find(String, ResourceType)
Locates all resources in a file of a given type, including all languages. For each located resource, a Resource instance (or subclass) is added to the collection.

Find(String, ResourceType, String)
Locates all resources in a file of a given type and language. For each located resource, a Resource instance (or subclass) is added to the collection.

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