TableEntryHandleExtensions.TryCreateToolTip メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のエントリのツール ヒント (存在する場合) & 列を取得するヘルパー。
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 が返されます。
注釈
このコードはまず、エントリがそのデータを直接提供しているかどうかを確認し、そうでない場合は列に関連付けられているコンバーターを使用します。