Sdílet prostřednictvím


ITableColumnDefinition.TryCreateToolTip(ITableEntryHandle, Object) Metoda

Definice

Získejte popis pro tento sloupec objektu 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

Parametry

entry
ITableEntryHandle

Položka.

toolTip
Object

Popis.

Návraty

Vrací objekt Boolean.

Poznámky

Výchozí implementace vrátí false a nastaví toolTip na hodnotu null.

Platí pro