IWpfTableEntriesSnapshot.TryCreateStringContent 메서드

정의

String 위치 indexcolumnName에서 가상 항목에 대한 를 가져옵니다.

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

매개 변수

index
Int32

스냅샷 가상 항목의 인덱스입니다.

columnName
String

를 가져올 열의 이름입니다 String.

truncatedText
Boolean

한 줄에 맞도록 텍스트를 자립니다.

singleColumnView
Boolean

테이블 컨트롤이 모든 항목을 단일 열에 표시하는 경우 true입니다.

content
String

String 열에 표시할 입니다.

반환

true이면 content 사용해야 합니다.

적용 대상