C# 클래스 Windows.ApplicationModel.Search.SearchSuggestionCollection

상속: ISearchSuggestionCollection
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
AppendQuerySuggestion ( [ text ) : void
AppendQuerySuggestions ( [ suggestions ) : void
AppendResultSuggestion ( [ text, [ detailText, [ tag, [ image, [ imageAlternateText ) : void
AppendSearchSeparator ( [ label ) : void

메소드 상세

AppendQuerySuggestion() 공개 메소드

public AppendQuerySuggestion ( [ text ) : void
text [
리턴 void

AppendQuerySuggestions() 공개 메소드

public AppendQuerySuggestions ( [ suggestions ) : void
suggestions [
리턴 void

AppendResultSuggestion() 공개 메소드

public AppendResultSuggestion ( [ text, [ detailText, [ tag, [ image, [ imageAlternateText ) : void
text [
detailText [
tag [
image [
imageAlternateText [
리턴 void

AppendSearchSeparator() 공개 메소드

public AppendSearchSeparator ( [ label ) : void
label [
리턴 void