COMMONLANGUAGEBLOCK Enumeration

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

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
Public Enumeration COMMONLANGUAGEBLOCK
public enum COMMONLANGUAGEBLOCK
public enum class COMMONLANGUAGEBLOCK
type COMMONLANGUAGEBLOCK
public enum COMMONLANGUAGEBLOCK

Members

Member name Description
CLB_TRY_BLOCK The try block.
CLB_EXCEPTION_BLOCK The exception block.
CLB_FINAL_BLOCK The finally block

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace