Sdílet prostřednictvím


BaseVsaEngine.SetCustomOption(String, Object) Metoda

Definice

Nastaví pro modul možnosti specifické pro implementaci.

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)

Parametry

name
String

Název možnosti, která se má nastavit.

value
Object

Hodnota pro nastavenou možnost.

Platí pro