VBCodeParser.HandleEmbeddedTransition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HandleEmbeddedTransition() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Handles the embedded transition. |
HandleEmbeddedTransition(VBSymbol) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Handles the embedded transition. |
HandleEmbeddedTransition()
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Handles the embedded transition.
protected override void HandleEmbeddedTransition();
override this.HandleEmbeddedTransition : unit -> unit
Protected Overrides Sub HandleEmbeddedTransition ()
Applies to
HandleEmbeddedTransition(VBSymbol)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Handles the embedded transition.
protected void HandleEmbeddedTransition(System.Web.Razor.Tokenizer.Symbols.VBSymbol lastWhiteSpace);
override this.HandleEmbeddedTransition : System.Web.Razor.Tokenizer.Symbols.VBSymbol -> unit
Protected Sub HandleEmbeddedTransition (lastWhiteSpace As VBSymbol)
Parameters
- lastWhiteSpace
- VBSymbol
The last white space.