CodeWriter.WriteLine 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
WriteLine() | |
WriteLine(String) |
WriteLine()
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ WriteLine();
public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter WriteLine ();
member this.WriteLine : unit -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter
Public Function WriteLine () As CodeWriter
Retours
S’applique à
WriteLine(String)
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ WriteLine(System::String ^ data);
public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter WriteLine (string data);
member this.WriteLine : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter
Public Function WriteLine (data As String) As CodeWriter
Paramètres
- data
- String