Partager via


VBCodeParser.EndTerminatedDirectiveBody Méthode

Définition

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Détermine si l’arrêt du corps de directive est terminé.

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

Paramètres

directive
String

La directive.

blockStart
SourceLocation

Début du bloc.

allowAllTransitions
Boolean

true pour autoriser toutes les transitions ; sinon, false.

Retours

true si l’arrêt du corps de directive est terminé ; sinon, false.

S’applique à