次の方法で共有


VBCodeParser.EndTerminatedDirectiveBody メソッド

定義

この型/メンバーは、.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。

適用対象