Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the kind of code block (try,catch, finally) used in QueryCommonLanguageBlock.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Déclaration
Public Enumeration COMMONLANGUAGEBLOCK
public enum COMMONLANGUAGEBLOCK
public enum class COMMONLANGUAGEBLOCK
type COMMONLANGUAGEBLOCK
public enum COMMONLANGUAGEBLOCK
Members
| Member name | Description | |
|---|---|---|
| CLB_TRY_BLOCK | The try block. | |
| CLB_EXCEPTION_BLOCK | The exception block. | |
| CLB_FINAL_BLOCK | The finally block |