Partager via


ITableColumnDefinition.TryCreateToolTip(ITableEntryHandle, Object) Méthode

Définition

Obtenez l’info-bulle pour cette colonne d’un ITableEntryHandle.

public:
 bool TryCreateToolTip(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, [Runtime::InteropServices::Out] System::Object ^ % toolTip);
public bool TryCreateToolTip (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, out object toolTip);
abstract member TryCreateToolTip : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * obj -> bool
Public Function TryCreateToolTip (entry As ITableEntryHandle, ByRef toolTip As Object) As Boolean

Paramètres

entry
ITableEntryHandle

Entrée.

toolTip
Object

Info-bulle.

Retours

Retourne Boolean.

Remarques

L’implémentation par défaut retourne false et définit la valeur toolTip null.

S’applique à