共用方式為


ITableColumnDefinition.TryCreateToolTip(ITableEntryHandle, Object) 方法

定義

取得這個資料行的工具 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

參數

entry
ITableEntryHandle

項目。

toolTip
Object

工具提示。

傳回

傳回 Boolean

備註

默認實作會傳回 false,並將 設定 toolTip 為 null。

適用於