IEnumVsProfilerTargetInfos Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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. |