CreateUserWizard.InstructionText 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.
Obtient ou définit des instructions pour la création d'un nouveau compte d'utilisateur.
public:
virtual property System::String ^ InstructionText { System::String ^ get(); void set(System::String ^ value); };
public virtual string InstructionText { get; set; }
member this.InstructionText : string with get, set
Public Overridable Property InstructionText As String
Valeur de propriété
Texte d'instruction pour la création d'un nouveau compte d'utilisateur. La valeur par défaut est une chaîne vide ("").
Remarques
La InstructionText propriété contient des instructions pour les utilisateurs qui créent un compte d’utilisateur. Ce texte s’affiche dans le CreateUserWizard contrôle, en suivant le titre.
Si la InstructionText propriété est définie sur une chaîne vide (« »), aucun texte d’instruction n’est affiché pour l’utilisateur.
La valeur de cette propriété, lorsqu’elle est définie, peut être enregistrée automatiquement dans un fichier de ressources à l’aide d’un outil de concepteur. Pour plus d’informations, consultez LocalizableAttributeglobalisation et localisation.