HelperPage.EndContext Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
EndContext(String, Int32, Int32, Boolean) |
Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Indique la fin du bloc de contexte. |
EndContext(TextWriter, String, Int32, Int32, Boolean) |
Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Indique la fin du bloc de contexte. |
EndContext(String, Int32, Int32, Boolean)
Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Indique la fin du bloc de contexte.
public static void EndContext (string virtualPath, int startPosition, int length, bool isLiteral);
static member EndContext : string * int * int * bool -> unit
Public Shared Sub EndContext (virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)
Paramètres
- virtualPath
- String
Chemin d'accès virtuel d'assistance.
- startPosition
- Int32
La position de départ.
- length
- Int32
Longueur du contexte.
- isLiteral
- Boolean
true du contexte a un attribut littéral ; sinon, false.
S’applique à
EndContext(TextWriter, String, Int32, Int32, Boolean)
Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Indique la fin du bloc de contexte.
public static void EndContext (System.IO.TextWriter writer, string virtualPath, int startPosition, int length, bool isLiteral);
static member EndContext : System.IO.TextWriter * string * int * int * bool -> unit
Public Shared Sub EndContext (writer As TextWriter, virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)
Paramètres
- writer
- TextWriter
TextWriter.
- virtualPath
- String
Chemin d'accès virtuel d'assistance.
- startPosition
- Int32
La position de départ.
- length
- Int32
Longueur du contexte.
- isLiteral
- Boolean
true du contexte a un attribut littéral ; sinon, false.