BaseVsaEngine.GetCustomOption(String) Método
Definición
Obtiene las opciones específicas de la implementación para el motor.Gets implementation-specific options for the engine.
protected:
abstract System::Object ^ GetCustomOption(System::String ^ name);
protected abstract object GetCustomOption (string name);
abstract member GetCustomOption : string -> obj
Protected MustOverride Function GetCustomOption (name As String) As Object
Parámetros
- name
- String
Nombre de la opción que se va a obtener.The name of the option to get.
Devoluciones
Valor de la opción.The value of the option.