COMMONLANGUAGEBLOCK Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the kind of code block (try,catch, finally) used in QueryCommonLanguageBlock(IVsTextBuffer, Int32, Int32, UInt32, Int32).
public enum class COMMONLANGUAGEBLOCK
C++/CX
public enum class COMMONLANGUAGEBLOCK
enum COMMONLANGUAGEBLOCK
public enum COMMONLANGUAGEBLOCK
type COMMONLANGUAGEBLOCK =
Public Enum COMMONLANGUAGEBLOCK
- Inheritance
-
COMMONLANGUAGEBLOCK
Name | Value | Description |
---|---|---|
CLB_TRY_BLOCK | 0 | The try block. |
CLB_EXCEPTION_BLOCK | 1 | The exception block. |
CLB_FINAL_BLOCK | 2 | The finally block |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |