Sdílet prostřednictvím


IWpfTableEntry.TryCreateStringContent Metoda

Definice

Získejte pro String položku a columnName.

public:
 bool TryCreateStringContent(System::String ^ columnName, bool truncatedText, bool singleColumnView, [Runtime::InteropServices::Out] System::String ^ % content);
public bool TryCreateStringContent (string columnName, bool truncatedText, bool singleColumnView, out string content);
abstract member TryCreateStringContent : string * bool * bool * string -> bool
Public Function TryCreateStringContent (columnName As String, truncatedText As Boolean, singleColumnView As Boolean, ByRef content As String) As Boolean

Parametry

columnName
String

Název sloupce, pro který chcete získat Stringhodnotu .

truncatedText
Boolean

Zkrátí text tak, aby se vešel na jeden řádek.

singleColumnView
Boolean

pokud ovládací prvek tabulky zobrazuje vše v jednom sloupci.

content
String

Zobrazí String se ve sloupci .

Návraty

pokud content se má použít hodnota true.

Platí pro