WpfTableEntriesSnapshotBase.TryCreateStringContent 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 for the virtual entry at position index
and columnName
.
public:
virtual bool TryCreateStringContent(int index, System::String ^ columnName, bool truncatedText, bool singleColumnView, [Runtime::InteropServices::Out] System::String ^ % content);
public virtual bool TryCreateStringContent (int index, string columnName, bool truncatedText, bool singleColumnView, out string content);
abstract member TryCreateStringContent : int * string * bool * bool * string -> bool
override this.TryCreateStringContent : int * string * bool * bool * string -> bool
Public Overridable Function TryCreateStringContent (index As Integer, columnName As String, truncatedText As Boolean, singleColumnView As Boolean, ByRef content As String) As Boolean
Parameters
- index
- Int32
Index of the virtual entry in the snapshot.
- truncatedText
- Boolean
Truncate the text for fit on a single line.
- singleColumnView
- Boolean
true if the table control is displaying everything in a single column.
Returns
true if content
should be used.