Share via


VBTokenizer.RazorCommentTransitionType Property

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

Gets the transition style of the VB symbol.

Namespace:  System.Web.Razor.Tokenizer
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property RazorCommentTransitionType As VBSymbolType 
    Get
'Usage
Dim instance As VBTokenizer 
Dim value As VBSymbolType 

value = instance.RazorCommentTransitionType
public override VBSymbolType RazorCommentTransitionType { get; }
public:
virtual property VBSymbolType RazorCommentTransitionType {
    VBSymbolType get () override;
}
abstract RazorCommentTransitionType : VBSymbolType 
override RazorCommentTransitionType : VBSymbolType
override function get RazorCommentTransitionType () : VBSymbolType

Property Value

Type: System.Web.Razor.Tokenizer.Symbols.VBSymbolType
The transition style of the VB symbol.

See Also

Reference

VBTokenizer Class

System.Web.Razor.Tokenizer Namespace