COMMONLANGUAGEBLOCK Enum
Definition
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
public enum class COMMONLANGUAGEBLOCK
enum COMMONLANGUAGEBLOCK
public enum COMMONLANGUAGEBLOCK
type COMMONLANGUAGEBLOCK =
Public Enum 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 |