Partager via


DynamicAttributeBlockCodeGenerator Constructeurs

Définition

Surcharges

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la DynamicAttributeBlockCodeGenerator classe .

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, Int32, Int32, Int32)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la DynamicAttributeBlockCodeGenerator classe .

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la DynamicAttributeBlockCodeGenerator classe .

public DynamicAttributeBlockCodeGenerator(System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.SourceLocation valueStart);
new System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator
Public Sub New (prefix As LocationTagged(Of String), valueStart As SourceLocation)

Paramètres

prefix
LocationTagged<String>

Préfixe de la chaîne.

valueStart
SourceLocation

Valeur start.

S’applique à

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, Int32, Int32, Int32)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la DynamicAttributeBlockCodeGenerator classe .

public DynamicAttributeBlockCodeGenerator(System.Web.Razor.Text.LocationTagged<string> prefix, int offset, int line, int col);
new System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * int * int * int -> System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator
Public Sub New (prefix As LocationTagged(Of String), offset As Integer, line As Integer, col As Integer)

Paramètres

prefix
LocationTagged<String>

Le préfixe.

offset
Int32

Valeurs de décalage.

line
Int32

Valeurs de ligne.

col
Int32

Col.

S’applique à