BaseVsaEngine.SetCustomOption(String, Object) Metodo

Definizione

Ottiene le opzioni specifiche dell'implementazione per il motore.

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)

Parametri

name
String

Nome dell'opzione da impostare.

value
Object

Valore per l'opzione impostata.

Si applica a