次の方法で共有


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。

適用対象