IVsProfilableProjectCfg::QueryProfilerTargetInfoEnum Method (IEnumVsProfilerTargetInfos^)
Visual Studio 2015
Provides information about targets that will be used for launch.
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.
Show: