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。