DialogServiceConfig Classe

Définition

Contient des configurations de base pour le connecteur de service de dialogue. Ajouté dans la version 1.5.0

public abstract class DialogServiceConfig
type DialogServiceConfig = class
Public MustInherit Class DialogServiceConfig
Héritage
DialogServiceConfig
Dérivé

Propriétés

Language

Spécifie le nom de la langue à utiliser, au format BCP-47.

Méthodes

GetProperty(PropertyId)

Recherche la propriété nommée avec la valeur PropertyId donnée.

GetProperty(String)

Recherche la propriété en fonction du nom de chaîne donné.

SetProperty(PropertyId, String)

Définit une propriété à l’aide d’une valeur PropertyId.

SetProperty(String, String)

Définit la propriété par nom.

SetProxy(String, Int32)

Définit la configuration du proxy.

SetProxy(String, Int32, String, String)

Définit la configuration du proxy.

Remarque : La fonctionnalité de proxy n’est pas disponible sur macOS. Cette méthode n’aura aucun effet sur la plateforme macOS.

SetServiceProperty(String, String, ServicePropertyChannel)

Active la préversion des nouvelles fonctionnalités de service.

S’applique à