IVsaEngine.GetOption(String) 方法
定义
获取脚本引擎实现特定的选项。Gets implementation-specific options for a script engine.
public:
System::Object ^ GetOption(System::String ^ name);
public object GetOption (string name);
abstract member GetOption : string -> obj
Public Function GetOption (name As String) As Object
参数
- name
- String
要获取的选项的名称。The name of the option to get.
返回
选项的值。The value of the option.