IEnumVsProfilerTargetInfos Interface

 

Enumerator for items in the profiler target information.

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

[GuidAttribute("CF9F5EA4-CE28-4DC6-B058-EE910B9171AE")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumVsProfilerTargetInfos

NameDescription
System_CAPS_pubmethodClone(IEnumVsProfilerTargetInfos)

Creates another instance of this IEnumVsProfilerTargetInfos interface.

System_CAPS_pubmethodNext(UInt32, IVsProfilerTargetInfo[], UInt32)

Retrieves the next group of object interfaces (IVsProfilerTargetInfo) representing profiler target information items.

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skip over a specified number of IVsProfilerTargetInfo interfaces representing profiler target information items.

Return to top
Show: