次の方法で共有


TableEntryHandleExtensions.TryCreateToolTip メソッド

定義

特定のエントリのツール ヒント (存在する場合) & 列を取得するヘルパー。

public:
[System::Runtime::CompilerServices::Extension]
 static bool TryCreateToolTip(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition ^ column, [Runtime::InteropServices::Out] System::Object ^ % toolTip);
public static bool TryCreateToolTip (this Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition column, out object toolTip);
static member TryCreateToolTip : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition * obj -> bool
<Extension()>
Public Function TryCreateToolTip (entry As ITableEntryHandle, column As ITableColumnDefinition, ByRef toolTip As Object) As Boolean

パラメーター

entry
ITableEntryHandle

エントリ。

column
ITableColumnDefinition

列です。

toolTip
Object

ツール ヒント。

戻り値

Boolean が返されます。

注釈

このコードはまず、エントリがそのデータを直接提供しているかどうかを確認し、そうでない場合は列に関連付けられているコンバーターを使用します。

適用対象