IVsTrackProjectRetargeting2.GetProjectTarget Method

Definition

Gets the specified project target.

public:
 int GetProjectTarget(Guid TargetId, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetDescription ^ % pTarget);

Parameters

TargetId
Guid

The target ID.

pTarget
IVsProjectTargetDescription

[out] The project target.

Returns

The HRESULT.

Applies to