FileReferenceCollection.FindTargetPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds a file reference in the collection by the specified target path.
public:
Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileReference ^ FindTargetPath(System::String ^ targetPath);
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference FindTargetPath (string targetPath);
member this.FindTargetPath : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference
Public Function FindTargetPath (targetPath As String) As FileReference
Parameters
- targetPath
- String
The specified target path.
Returns
The found file reference.