Span.Kind Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the kind for this span.

public System.Web.Razor.Parser.SyntaxTree.SpanKind Kind { get; protected set; }
member this.Kind : System.Web.Razor.Parser.SyntaxTree.SpanKind with get, set
Public Property Kind As SpanKind

Property Value

One of the values of the SpanKind enumeration.

Applies to