IWpfTableEntriesSnapshot.TryCreateToolTip(Int32, 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.
Obtenez l’info-bulle pour l’entrée et columnName
.
public:
bool TryCreateToolTip(int index, System::String ^ columnName, [Runtime::InteropServices::Out] System::Object ^ % toolTip);
public bool TryCreateToolTip (int index, string columnName, out object toolTip);
abstract member TryCreateToolTip : int * string * obj -> bool
Public Function TryCreateToolTip (index As Integer, columnName As String, ByRef toolTip As Object) As Boolean
Paramètres
- index
- Int32
Index de l’entrée virtuelle dans le instantané.
- columnName
- String
Nom de la colonne pour laquelle obtenir l’image.
- toolTip
- Object
Objet à afficher en tant qu’info-bulle pour la colonne.
Retours
true si toolTip
doit être utilisé.