LinePragmaCodeInfo Constructeurs
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.
Initialise une nouvelle instance de la classe LinePragmaCodeInfo.
Surcharges
LinePragmaCodeInfo() |
Initialise une nouvelle instance de la classe LinePragmaCodeInfo. |
LinePragmaCodeInfo(Int32, Int32, Int32, Int32, Boolean) |
Initialise une nouvelle instance de la classe LinePragmaCodeInfo avec des paramètres pour l'initialisation des propriétés StartLine, StartColumn, StartGeneratedColumn, CodeLength et IsCodeNugget. |
LinePragmaCodeInfo()
Initialise une nouvelle instance de la classe LinePragmaCodeInfo.
public:
LinePragmaCodeInfo();
public LinePragmaCodeInfo ();
Public Sub New ()
Remarques
Pour utiliser les propriétés d’une LinePragmaCodeInfo instance, utilisez la surcharge de constructeur qui accepte des paramètres.
Voir aussi
S’applique à
LinePragmaCodeInfo(Int32, Int32, Int32, Int32, Boolean)
Initialise une nouvelle instance de la classe LinePragmaCodeInfo avec des paramètres pour l'initialisation des propriétés StartLine, StartColumn, StartGeneratedColumn, CodeLength et IsCodeNugget.
public:
LinePragmaCodeInfo(int startLine, int startColumn, int startGeneratedColumn, int codeLength, bool isCodeNugget);
public LinePragmaCodeInfo (int startLine, int startColumn, int startGeneratedColumn, int codeLength, bool isCodeNugget);
new System.Web.Compilation.LinePragmaCodeInfo : int * int * int * int * bool -> System.Web.Compilation.LinePragmaCodeInfo
Public Sub New (startLine As Integer, startColumn As Integer, startGeneratedColumn As Integer, codeLength As Integer, isCodeNugget As Boolean)
Paramètres
- startLine
- Int32
La ligne de départ d'un bloc de script dans un fichier .aspx.
- startColumn
- Int32
La colonne de départ d'un bloc de script dans un fichier .aspx.
- startGeneratedColumn
- Int32
La colonne de départ d'un bloc de script dans le fichier source généré.
- codeLength
- Int32
La longueur du bloc de script.
- isCodeNugget
- Boolean
Valeur indiquant si le bloc de script se trouve dans les balises <% %>.