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。
備註
此程式代碼會先檢查專案是否直接提供該數據,如果不是,則會使用與數據行相關聯的轉換器。