IEnumVsProfilerTargetInfos Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerator for items in the profiler target information.
public interface class IEnumVsProfilerTargetInfos
public interface class IEnumVsProfilerTargetInfos
__interface IEnumVsProfilerTargetInfos
[System.Runtime.InteropServices.Guid("CF9F5EA4-CE28-4DC6-B058-EE910B9171AE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumVsProfilerTargetInfos
[<System.Runtime.InteropServices.Guid("CF9F5EA4-CE28-4DC6-B058-EE910B9171AE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumVsProfilerTargetInfos = interface
Public Interface IEnumVsProfilerTargetInfos
- Attributes
Methods
Clone(IEnumVsProfilerTargetInfos) |
Creates another instance of this IEnumVsProfilerTargetInfos interface. |
Next(UInt32, IVsProfilerTargetInfo[], UInt32) |
Retrieves the next group of object interfaces (IVsProfilerTargetInfo) representing profiler target information items. |
Reset() |
Returns the enumerator to its initial state. |
Skip(UInt32) |
Skip over a specified number of IVsProfilerTargetInfo interfaces representing profiler target information items. |