BaseVsaEngine.SetCustomOption(String, Object) Metoda

Definice

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

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