Share via


SpanKind Enumeration

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Enumeration SpanKind
'Usage
Dim instance As SpanKind
public enum SpanKind
public enum class SpanKind
type SpanKind
public enum SpanKind

Members

Member name Description
Code This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Comment This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Markup This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

MetaCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Transition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

Reference

System.Web.Razor.Parser.SyntaxTree Namespace