共用方式為


IEntryBucket.TryCreateColumnContent(FrameworkElement) 方法

定義

FrameworkElement取得用來顯示群組的 。

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

參數

content
FrameworkElement

FrameworkElement要顯示群組的 。

傳回

如果應該使用 FrameworkElement來顯示群組,則為 true。

適用於