IEnumVsProfilerTargetInfos Interface

Définition

Énumérateur des éléments dans les informations cible du profileur.

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
Attributs

Méthodes

Clone(IEnumVsProfilerTargetInfos)

Crée une autre instance de cette interface IEnumVsProfilerTargetInfos.

Next(UInt32, IVsProfilerTargetInfo[], UInt32)

Récupère le groupe d'interfaces objet (IVsProfilerTargetInfo) suivant représentant les éléments d'informations cibles du profileur.

Reset()

Retourne l'énumérateur à son état initial.

Skip(UInt32)

Saute un nombre spécifié d'interfaces IVsProfilerTargetInfo qui représentent les éléments d'information cibles du profileur.

S’applique à