TableColumnDefinitionBase.TryCreateToolTip(ITableEntryHandle, Object) 方法

定义

获取此列的工具提示 ITableEntryHandle

public:
 virtual bool TryCreateToolTip(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, [Runtime::InteropServices::Out] System::Object ^ % toolTip);
 virtual bool TryCreateToolTip(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle const & entry, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & toolTip);
public virtual bool TryCreateToolTip (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, out object toolTip);
abstract member TryCreateToolTip : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * obj -> bool
override this.TryCreateToolTip : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * obj -> bool
Public Overridable Function TryCreateToolTip (entry As ITableEntryHandle, ByRef toolTip As Object) As Boolean

参数

entry
ITableEntryHandle

项。

toolTip
Object

工具提示。

返回

Boolean

返回 Boolean

实现

注解

默认实现返回 false,并设置 为 null。

适用于