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。

适用于