IWpfTableEntry.TryCreateStringContent(String, Boolean, Boolean, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtenha a cadeia de caracteres para a entrada e 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
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
true se content deve ser usado.