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