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。

适用于