VCWizCtlClass.WriteToTextFile メソッド
名前空間: Microsoft.VisualStudio.VsWizard
アセンブリ: Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)
構文
'宣言
Public Overridable Sub WriteToTextFile ( _
bstrFileName As String, _
bstrContext As String, _
bAppend As Boolean _
)
public virtual void WriteToTextFile(
string bstrFileName,
string bstrContext,
bool bAppend
)
public:
virtual void WriteToTextFile(
[InAttribute] String^ bstrFileName,
[InAttribute] String^ bstrContext,
[InAttribute] bool bAppend
)
abstract WriteToTextFile :
bstrFileName:string *
bstrContext:string *
bAppend:bool -> unit
override WriteToTextFile :
bstrFileName:string *
bstrContext:string *
bAppend:bool -> unit
public function WriteToTextFile(
bstrFileName : String,
bstrContext : String,
bAppend : boolean
)
パラメーター
- bstrFileName
型: System.String
- bstrContext
型: System.String
- bAppend
型: System.Boolean
実装
IVCWizCtlUI.WriteToTextFile(String, String, Boolean)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。