COMMONLANGUAGEBLOCK Enum

Definition

Represents the kind of code block (try,catch, finally) used in QueryCommonLanguageBlock(IVsTextBuffer, Int32, Int32, UInt32, Int32).

C++/CX
public enum class COMMONLANGUAGEBLOCK
Inheritance
COMMONLANGUAGEBLOCK

Fields

Name Value Description
CLB_TRY_BLOCK 0

The try block.

CLB_EXCEPTION_BLOCK 1

The exception block.

CLB_FINAL_BLOCK 2

The finally block

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022