IWpfTableEntry.TryCreateDetailsContent(FrameworkElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得專案的詳細數據內容,使其可以顯示在數據表控件中。
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。