共用方式為


IWpfTableEntry.TryCreateDetailsContent(FrameworkElement) 方法

定義

取得專案的詳細數據內容,使其可以顯示在數據表控件中。

public:
 bool TryCreateDetailsContent([Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % expandedContent);
public bool TryCreateDetailsContent (out System.Windows.FrameworkElement expandedContent);
abstract member TryCreateDetailsContent : FrameworkElement -> bool
Public Function TryCreateDetailsContent (ByRef expandedContent As FrameworkElement) As Boolean

參數

expandedContent
FrameworkElement

FrameworkElement 表示顯示在數據表控件中的專案下方。

傳回

如果應該使用,則 expandedContent 為 true。

適用於