AssemblyReferenceCollection.FindTargetPath(String) Method

Definition

Finds an assembly reference in the collection by the specified target path.

public:
 Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReference ^ FindTargetPath(System::String ^ targetPath);
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference FindTargetPath (string targetPath);
member this.FindTargetPath : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference
Public Function FindTargetPath (targetPath As String) As AssemblyReference

Parameters

targetPath
String

The specified target path.

Returns

The found assembly reference.

Applies to