次の方法で共有


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。

適用対象