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 the code contexts associated with this document context.
Syntax
HRESULT EnumCodeContexts(
IEnumDebugCodeContexts** ppescc
);
Parameters
ppescc
[out] The code contexts associated with this document context.
Return Value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |
Remarks
A document is usually associated with only one code context, unless the document is an include file or a template.