WpfTableEntriesSnapshotBase.TryCreateDetailsContent 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示位置处的虚拟项是否 index 具有可显示的详细信息内容。
public:
virtual bool TryCreateDetailsContent(int index, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % expandedContent);
public virtual bool TryCreateDetailsContent (int index, out System.Windows.FrameworkElement expandedContent);
abstract member TryCreateDetailsContent : int * FrameworkElement -> bool
override this.TryCreateDetailsContent : int * FrameworkElement -> bool
Public Overridable Function TryCreateDetailsContent (index As Integer, ByRef expandedContent As FrameworkElement) As Boolean
参数
- index
- Int32
快照中虚拟条目的索引。
- expandedContent
- FrameworkElement
FrameworkElement 将显示在 table 控件中的条目下方。
返回
如果项具有可以显示的内容,则为 true。