COMMONLANGUAGEBLOCK Enumeration

Definition

Stellt die Art des Codeblocks (Try, Catch, Finally) dar, der im QueryCommonLanguageBlock(IVsTextBuffer, Int32, Int32, UInt32, Int32) verwendet wird.

public enum class COMMONLANGUAGEBLOCK
public enum class COMMONLANGUAGEBLOCK
enum COMMONLANGUAGEBLOCK
public enum COMMONLANGUAGEBLOCK
type COMMONLANGUAGEBLOCK = 
Public Enum COMMONLANGUAGEBLOCK
Vererbung
COMMONLANGUAGEBLOCK

Felder

CLB_EXCEPTION_BLOCK 1

Der Ausnahmeblock.

CLB_FINAL_BLOCK 2

Der finally-Block

CLB_TRY_BLOCK 0

Der try-Block.

Gilt für