IVsTrackProjectRetargeting2::GetProjectTarget Method (Guid, IVsProjectTargetDescription^)
Visual Studio 2015
Gets the specified project target.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
int GetProjectTarget(
Guid TargetId,
[OutAttribute] IVsProjectTargetDescription^% pTarget
)
Parameters
- TargetId
-
Type:
System::Guid
The target ID.
- pTarget
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsProjectTargetDescription^
[out] The project target.
Show: