IWpfTableEntriesSnapshot.TryCreateToolTip(Int32, String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得專案和 columnName
的工具提示。
public:
bool TryCreateToolTip(int index, System::String ^ columnName, [Runtime::InteropServices::Out] System::Object ^ % toolTip);
public bool TryCreateToolTip (int index, string columnName, out object toolTip);
abstract member TryCreateToolTip : int * string * obj -> bool
Public Function TryCreateToolTip (index As Integer, columnName As String, ByRef toolTip As Object) As Boolean
參數
- index
- Int32
快照中虛擬專案的索引。
- columnName
- String
要取得影像的數據行名稱。
- toolTip
- Object
要顯示為資料行工具提示的物件。
傳回
如果 toolTip
應該使用,則為 true。