IVCWizCtlUI.WriteToTextFile(String, String, Boolean) 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.
void WriteToTextFile(std::wstring const & bstrFileName, std::wstring const & bstrContext, bool bAppend = false);
[System.Runtime.InteropServices.DispId(1610743895)]
public void WriteToTextFile (string bstrFileName, string bstrContext, bool bAppend = false);
[<System.Runtime.InteropServices.DispId(1610743895)>]
abstract member WriteToTextFile : string * string * bool -> unit
Public Sub WriteToTextFile (bstrFileName As String, bstrContext As String, Optional bAppend As Boolean = false)
Parameters
- bstrFileName
- String
- bstrContext
- String
- bAppend
- Boolean
- Attributes