Share via


IVCWizCtlUI.WriteToTextFile – metoda

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
Sub WriteToTextFile ( _
    bstrFileName As String, _
    bstrContext As String, _
    bAppend As Boolean _
)
void WriteToTextFile(
    string bstrFileName,
    string bstrContext,
    bool bAppend
)
void WriteToTextFile(
    [InAttribute] String^ bstrFileName, 
    [InAttribute] String^ bstrContext, 
    [InAttribute] bool bAppend
)
abstract WriteToTextFile : 
        bstrFileName:string * 
        bstrContext:string * 
        bAppend:bool -> unit
function WriteToTextFile(
    bstrFileName : String, 
    bstrContext : String, 
    bAppend : boolean
)

Parametry

  • bstrFileName
    Typ: String
  • bstrContext
    Typ: String
  • bAppend
    Typ: Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVCWizCtlUI Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů