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
)
參數
- bstrFileName
型別:System.String
- bstrContext
型別:System.String
- bAppend
型別:System.Boolean
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。