Share via


IWpfTableEntry.TryCreateDetailsStringContent(String) Method

Definition

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

public:
 bool TryCreateDetailsStringContent([Runtime::InteropServices::Out] System::String ^ % content);
public bool TryCreateDetailsStringContent (out string content);
abstract member TryCreateDetailsStringContent : string -> bool
Public 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.

Applies to