WebPageExecutingBase.BeginContext Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
BeginContext(Int32, Int32, Boolean) | |
BeginContext(TextWriter, Int32, Int32, Boolean) | |
BeginContext(String, Int32, Int32, Boolean) | |
BeginContext(TextWriter, String, Int32, Int32, Boolean) |
BeginContext(Int32, Int32, Boolean)
protected internal void BeginContext (int startPosition, int length, bool isLiteral);
member this.BeginContext : int * int * bool -> unit
Protected Friend Sub BeginContext (startPosition As Integer, length As Integer, isLiteral As Boolean)
Parametry
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Platí pro
BeginContext(TextWriter, Int32, Int32, Boolean)
protected internal void BeginContext (System.IO.TextWriter writer, int startPosition, int length, bool isLiteral);
member this.BeginContext : System.IO.TextWriter * int * int * bool -> unit
Protected Friend Sub BeginContext (writer As TextWriter, startPosition As Integer, length As Integer, isLiteral As Boolean)
Parametry
- writer
- TextWriter
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Platí pro
BeginContext(String, Int32, Int32, Boolean)
protected internal void BeginContext (string virtualPath, int startPosition, int length, bool isLiteral);
member this.BeginContext : string * int * int * bool -> unit
Protected Friend Sub BeginContext (virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)
Parametry
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Platí pro
BeginContext(TextWriter, String, Int32, Int32, Boolean)
protected internal void BeginContext (System.IO.TextWriter writer, string virtualPath, int startPosition, int length, bool isLiteral);
member this.BeginContext : System.IO.TextWriter * string * int * int * bool -> unit
Protected Friend Sub BeginContext (writer As TextWriter, virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)
Parametry
- writer
- TextWriter
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean