WpfTableEntriesSnapshotBase.TryCreateDetailsStringContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the string equivalent of the details content for the virtual entry index
(used for search and copy and paste).
public:
virtual bool TryCreateDetailsStringContent(int index, [Runtime::InteropServices::Out] System::String ^ % content);
public virtual bool TryCreateDetailsStringContent (int index, out string content);
abstract member TryCreateDetailsStringContent : int * string -> bool
override this.TryCreateDetailsStringContent : int * string -> bool
Public Overridable 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.