ScriptComponentHost.PutSourceCode(String, String, String) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> boolPublic Function PutSourceCode (filename As String, encoding As String, sourceCode As String) As BooleanParameters
- filename
- String
- encoding
- String
- sourceCode
- String