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