Condividi tramite


ITableColumnDefinition.TryCreateToolTip(ITableEntryHandle, Object) Metodo

Definizione

Ottenere la descrizione comando per questa colonna di un oggetto 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

Parametri

entry
ITableEntryHandle

Voce.

toolTip
Object

Descrizione comando.

Restituisce

Restituisce Boolean.

Commenti

L'implementazione predefinita restituisce false e imposta su toolTip Null.

Si applica a