共用方式為


IVCWizCtlUI.WriteToTextFile 方法

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

IVCWizCtlUI 介面

Microsoft.VisualStudio.VsWizard 命名空間