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.
|