WorkflowView.ShowInfoTip 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.
Affiche l’info-bulle pour le WorkflowView.
Surcharges
| Nom | Description |
|---|---|
| ShowInfoTip(String) |
Affiche l’info-bulle pour le WorkflowView texte spécifié. |
| ShowInfoTip(String, String) |
Affiche l’info-bulle pour le WorkflowView titre et le texte spécifiés. |
Remarques
Affiche l’info-bulle pour le WorkflowView.
ShowInfoTip(String)
Affiche l’info-bulle pour le WorkflowView texte spécifié.
public:
void ShowInfoTip(System::String ^ text);
public void ShowInfoTip(string text);
member this.ShowInfoTip : string -> unit
Public Sub ShowInfoTip (text As String)
Paramètres
- text
- String
Texte à afficher sur l’info-bulle.
Exceptions
infoTipText est une référence Null (Nothing dans Visual Basic).
Remarques
Affiche l’info-bulle pour le WorkflowView texte spécifié.
S’applique à
ShowInfoTip(String, String)
Affiche l’info-bulle pour le WorkflowView titre et le texte spécifiés.
public:
void ShowInfoTip(System::String ^ title, System::String ^ text);
public void ShowInfoTip(string title, string text);
member this.ShowInfoTip : string * string -> unit
Public Sub ShowInfoTip (title As String, text As String)
Paramètres
- title
- String
Titre de l’info-bulle à afficher.
- text
- String
Texte de l’info-bulle à afficher.
Exceptions
title est une référence Null (Nothing dans Visual Basic).
- ou -
infoTipText est une référence Null (Nothing).
Remarques
Affiche l’info-bulle pour le WorkflowView titre et le texte spécifiés.