IWpfTableEntry.TryCreateDetailsStringContent(String) 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 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.