Sdílet prostřednictvím


IWpfTableEntriesSnapshot.TryCreateDetailsStringContent(Int32, String) Method

Definition

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

public:
 bool TryCreateDetailsStringContent(int index, [Runtime::InteropServices::Out] System::String ^ % content);
public bool TryCreateDetailsStringContent (int index, out string content);
abstract member TryCreateDetailsStringContent : int * string -> bool
Public Function TryCreateDetailsStringContent (index As Integer, ByRef content As String) As Boolean

Parameters

index
Int32

Index of the virtual entry in the snapshot.

content
String

The string equivalent to display in the column.

Returns

true if content should be used.

Applies to