VBCodeParser.EndTerminatedDirectiveBody メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。ディレクティブ本体の終了を終了するかどうかを決定します。
protected virtual bool EndTerminatedDirectiveBody(string directive, System.Web.Razor.Text.SourceLocation blockStart, bool allowAllTransitions);
abstract member EndTerminatedDirectiveBody : string * System.Web.Razor.Text.SourceLocation * bool -> bool
override this.EndTerminatedDirectiveBody : string * System.Web.Razor.Text.SourceLocation * bool -> bool
Protected Overridable Function EndTerminatedDirectiveBody (directive As String, blockStart As SourceLocation, allowAllTransitions As Boolean) As Boolean
パラメーター
- directive
- String
ディレクティブ。
- blockStart
- SourceLocation
ブロックの開始。
- allowAllTransitions
- Boolean
すべての切り替えを許可する場合は true。それ以外の場合は false。
戻り値
ディレクティブ本体の終了が終了した場合は true。それ以外の場合は false。