Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("CF9F5EA4-CE28-4DC6-B058-EE910B9171AE")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IEnumVsProfilerTargetInfos
[GuidAttribute("CF9F5EA4-CE28-4DC6-B058-EE910B9171AE")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumVsProfilerTargetInfos
[GuidAttribute(L"CF9F5EA4-CE28-4DC6-B058-EE910B9171AE")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IEnumVsProfilerTargetInfos
[<GuidAttribute("CF9F5EA4-CE28-4DC6-B058-EE910B9171AE")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumVsProfilerTargetInfos = interface end
public interface IEnumVsProfilerTargetInfos
The IEnumVsProfilerTargetInfos type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates another instance of this IEnumVsProfilerTargetInfos interface. |
![]() |
Next | Retrieves the next group of object interfaces (IVsProfilerTargetInfo) representing profiler target information items. |
![]() |
Reset | Returns the enumerator to its initial state. |
![]() |
Skip | Skip over a specified number of IVsProfilerTargetInfo interfaces representing profiler target information items. |
Top