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
型 : String
- bstrContext
型 : String
- bAppend
型 : Boolean
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。