IVsProfilableProjectCfg::QueryProfilerTargetInfoEnum Method (IEnumVsProfilerTargetInfos^)

 

Provides information about targets that will be used for launch.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void QueryProfilerTargetInfoEnum(
	[OutAttribute] IEnumVsProfilerTargetInfos^% targetsEnum
)

Parameters

targetsEnum
Type: Microsoft.VisualStudio.Shell.Interop::IEnumVsProfilerTargetInfos^

[out] The profiler target information.

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: