Share via


WpfTableEntryBase.TryCreateDetailsStringContent(String) Method

Definition

Get the string equivalent of the details content for the entry (used for search and copy and paste).

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

Parameters

content
String

The string equivalent to display in the column.

Returns

true if content should be used.

Implements

Applies to