VCWizCtlClass.WriteToTextFile – metoda
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
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
)
Parametry
- bstrFileName
Typ: String
- bstrContext
Typ: String
- bAppend
Typ: Boolean
Implementuje
IVCWizCtlUI.WriteToTextFile(String, String, Boolean)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.