ScriptComponentHost.PutSourceCode(String, String, String) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
	参数
- filename
 - String
 
- encoding
 - String
 
- sourceCode
 - String