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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。