共用方式為


IWpfTableEntriesSnapshot.TryCreateToolTip(Int32, String, Object) 方法

定義

取得專案和 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。

適用於