BaseVsaEngine.SetCustomOption(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定此引擎的實作特定選項。
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
要設定的選項名稱。
- value
- Object
正在設定之選項的值。