FileReferenceCollection.FindTargetPath(String) Method

Definition

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.

Applies to