WpfTableEntriesSnapshotBase.TryCreateToolTip(Int32, String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取项和的工具提示 columnName 。
public:
virtual bool TryCreateToolTip(int index, System::String ^ columnName, [Runtime::InteropServices::Out] System::Object ^ % toolTip);
public virtual bool TryCreateToolTip (int index, string columnName, out object toolTip);
abstract member TryCreateToolTip : int * string * obj -> bool
override this.TryCreateToolTip : int * string * obj -> bool
Public Overridable Function TryCreateToolTip (index As Integer, columnName As String, ByRef toolTip As Object) As Boolean
参数
- index
- Int32
快照中虚拟条目的索引。
- columnName
- String
要为其获取图像的列的名称。
- toolTip
- Object
要显示为列的工具提示的对象。
返回
如果 toolTip 应使用,则为 true