BaseVsaEngine.SetCustomOption(String, Object) 方法
定义
为该引擎设置特定于实现的选项。Sets implementation-specific options for the engine.
protected:
abstract void SetCustomOption(System::String ^ name, System::Object ^ value);
protected abstract void SetCustomOption (string name, object value);
abstract member SetCustomOption : string * obj -> unit
Protected MustOverride Sub SetCustomOption (name As String, value As Object)
参数
- name
- String
要设置的选项的名称。The name of the option to set.
- value
- Object
所设置的选项的值。The value for the option being set.