次の方法で共有


IWpfTableEntry.TryCreateStringContent メソッド

定義

Stringエントリと 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

パラメーター

columnName
String

を取得する列の String名前。

truncatedText
Boolean

1 行に収まるようにテキストを切り捨てます。

singleColumnView
Boolean

テーブル コントロールが 1 つの列にすべてを表示している場合は true。

content
String

String列に表示する 。

戻り値

を使用する必要がある場合 content は true。

適用対象