TableColumnDefinitionBase.TryCreateToolTip(ITableEntryHandle, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the tool tip for this column of an 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
Parameters
- entry
- ITableEntryHandle
The entry.
- toolTip
- Object
The tooltip.
Returns
Returns Boolean.
Implements
Remarks
The default implementation returns false and sets toolTip
to null.