DynamicAttributeBlockCodeGenerator 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.
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.