Freigeben über


StringEntryBucket.TryCreateColumnContent(FrameworkElement) Method

Definition

Get the FrameworkElement used to display the group.

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

Parameters

content
FrameworkElement

The FrameworkElement to display the group.

Returns

true if the group should be displayed using a FrameworkElement.

Implements

Applies to