IVsProfilableProjectCfg.QueryProfilerTargetInfoEnum Method
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)
Syntax
'Declaration
Sub QueryProfilerTargetInfoEnum ( _
<OutAttribute> ByRef targetsEnum As IEnumVsProfilerTargetInfos _
)
void QueryProfilerTargetInfoEnum(
out IEnumVsProfilerTargetInfos targetsEnum
)
void QueryProfilerTargetInfoEnum(
[OutAttribute] IEnumVsProfilerTargetInfos^% targetsEnum
)
abstract QueryProfilerTargetInfoEnum :
targetsEnum:IEnumVsProfilerTargetInfos byref -> unit
function QueryProfilerTargetInfoEnum(
targetsEnum : IEnumVsProfilerTargetInfos
)
Parameters
targetsEnum
Type: Microsoft.VisualStudio.Shell.Interop.IEnumVsProfilerTargetInfos%[out] The profiler target information.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.