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
한 줄에 맞게 텍스트를 자립니다.
- singleColumnView
- Boolean
테이블 컨트롤이 모든 항목을 단일 열에 표시하는 경우 true입니다.
반환
true이면 content
사용해야 합니다.