IWpfTableEntry.TryCreateStringContent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- truncatedText
- Boolean
1 行に収まるようにテキストを切り捨てます。
- singleColumnView
- Boolean
テーブル コントロールが 1 つの列にすべてを表示している場合は true。
戻り値
を使用する必要がある場合 content
は true。