BaseVsaEngine.SetOption(String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit des options spécifiques à l'implémentation pour le moteur.
public:
virtual void SetOption(System::String ^ name, System::Object ^ value);
public virtual void SetOption (string name, object value);
abstract member SetOption : string * obj -> unit
override this.SetOption : string * obj -> unit
Public Overridable Sub SetOption (name As String, value As Object)
Paramètres
- name
- String
Nom de l'option à définir.
- value
- Object
Valeur de l'option définie.