TextTransformation.WriteLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WriteLine(String) |
Write text directly into the generated output |
WriteLine(String, Object[]) |
Write formatted text directly into the generated output |
WriteLine(String)
Write text directly into the generated output
public:
void WriteLine(System::String ^ textToAppend);
public:
void WriteLine(Platform::String ^ textToAppend);
void WriteLine(std::wstring const & textToAppend);
public void WriteLine (string textToAppend);
member this.WriteLine : string -> unit
Public Sub WriteLine (textToAppend As String)
Parameters
- textToAppend
- String
Applies to
WriteLine(String, Object[])
Write formatted text directly into the generated output
public:
void WriteLine(System::String ^ format, ... cli::array <System::Object ^> ^ args);
public void WriteLine (string format, params object[] args);
member this.WriteLine : string * obj[] -> unit
Public Sub WriteLine (format As String, ParamArray args As Object())
Parameters
- format
- String
- args
- Object[]