ScriptComponentHost.PutSourceCode(String, String, String) Method

Definition

public:
 bool PutSourceCode(System::String ^ filename, System::String ^ encoding, System::String ^ sourceCode);
public bool PutSourceCode (string filename, string encoding, string sourceCode);
member this.PutSourceCode : string * string * string -> bool
Public Function PutSourceCode (filename As String, encoding As String, sourceCode As String) As Boolean

Parameters

filename
String
encoding
String
sourceCode
String

Returns

Applies to