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