Find Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation Find Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceCollectionFind()()()()
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.11.1.2318)