AutoCorrectEntry.Value Propriété
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.
Cette propriété renvoie ou définit la valeur de la correction automatique.
public:
property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String
Valeur de propriété
Remarques
Pour AutoCorrectEntry les objets, la propriété Value renvoie uniquement les 255 premiers caractères de la valeur de l’objet. Définir la propriété Value sur une valeur supérieure à 255 caractères génère une erreur.