WpfTableEntryBase.TryCreateStringContent(String, Boolean, Boolean, String) Método

Definição

Obtenha a cadeia de caracteres para a entrada e columnName .

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

Parâmetros

columnName
String

Nome da coluna para a qual obter o < See cref = "String"/>

truncatedText
Boolean

Truncar o texto para caber em uma única linha.

singleColumnView
Boolean

true se o controle de tabela estiver exibindo tudo em uma única coluna.

content
String

O < consulte cref = "String"/ > para exibir na coluna.

Retornos

Boolean

true se content deve ser usado.

Implementações

Aplica-se a