Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates custom attributes.
Syntax
IEnumCustomAttributes : IUnknown
Notes for Implementers
A symbol provider implements this interface to support custom attributes (through the IDebugCustomAttribute interface).
Notes for Callers
- EnumCustomAttributes returns this interface.
Methods in Vtable Order
The following table shows the methods of IEnumDebugCustomAttributes.
| Method | Description |
|---|---|
| Next | Retrieves a specified number of custom attributes in an enumeration sequence. |
| Skip | Skips a specified number of custom attributes in an enumeration sequence. |
| Reset | Resets an enumeration sequence to the beginning. |
| Clone | Creates an enumerator that contains the same enumeration state as the current enumerator. |
| GetCount | Gets the number of custom attributes in an enumerator. |
Requirements
Header: sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll