Freigeben über


VBCodeParser.EndTerminatedDirectiveBody Methode

Definition

Dieser Typ/Member unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code vorgesehen. Bestimmt, ob die Beendigung des Direktiventexts beendet ist.

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

Parameter

directive
String

Die Direktive.

blockStart
SourceLocation

Der Blockanfang.

allowAllTransitions
Boolean

true, um alle Übergänge zuzulassen; andernfalls false.

Gibt zurück

true, wenn die Beendigung des Direktiventexts beendet wird; andernfalls false.

Gilt für: