IVsTrackProjectRetargeting2::GetProjectTarget Method (Guid, IVsProjectTargetDescription^)

 

Gets the specified project target.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: