COMMONLANGUAGEBLOCK Enum

Definition

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

CLB_EXCEPTION_BLOCK 1

The exception block.

CLB_FINAL_BLOCK 2

The finally block

CLB_TRY_BLOCK 0

The try block.

Applies to