Share via


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

.NET Framework Security

See Also

Reference

IVsProfilableProjectCfg Interface

Microsoft.VisualStudio.Shell.Interop Namespace