IEnumVsProfilerTargetInfos Methods

 

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

NameDescription
System_CAPS_pubmethodClone(IEnumVsProfilerTargetInfos^)

Creates another instance of this IEnumVsProfilerTargetInfos interface.

System_CAPS_pubmethodNext(UInt32, array<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: