TextTransformation.Write Method
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.
Write(String) |
Write text directly into the generated output |
Write(String, Object[]) |
Write formatted text directly into the generated output |
Write text directly into the generated output
public:
void Write(System::String ^ textToAppend);
C++/CX
public:
void Write(Platform::String ^ textToAppend);
void Write(std::wstring const & textToAppend);
public void Write(string textToAppend);
member this.Write : string -> unit
Public Sub Write (textToAppend As String)
Parameters
- textToAppend
- String
Applies to
Visual Studio SDK 2022 a ďalšie verzie
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |
Write formatted text directly into the generated output
C++
public:
void Write(System::String ^ format, ... cli::array <System::Object ^> ^ args);
public void Write(string format, params object[] args);
member this.Write : string * obj[] -> unit
Public Sub Write (format As String, ParamArray args As Object())
Parameters
- format
- String
- args
- Object[]
Applies to
Visual Studio SDK 2022 a ďalšie verzie
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |