AutoSuggestBox.TextMemberPath 속성

정의

항목을 선택할 때 AutoSuggestBox 컨트롤의 텍스트 상자 부분에 표시되는 값을 가져오는 데 사용되는 속성 경로를 가져오거나 설정합니다.

public:
 property Platform::String ^ TextMemberPath { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TextMemberPath();

void TextMemberPath(winrt::hstring value);
public string TextMemberPath { get; set; }
var string = autoSuggestBox.textMemberPath;
autoSuggestBox.textMemberPath = string;
Public Property TextMemberPath As String
<AutoSuggestBox TextMemberPath="propertyName"/>

속성 값

String

Platform::String

winrt::hstring

항목을 선택할 때 AutoSuggestBox 컨트롤의 텍스트 상자 부분에 표시할 값을 가져오는 데 사용되는 속성 경로입니다.

적용 대상