C# 클래스 Windows.Storage.Search.QueryOptions

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

공개 메소드들

메소드 설명
LoadFromString ( [ value ) : void
QueryOptions ( ) : System.Runtime.InteropServices
QueryOptions ( [ query ) : System.Runtime.InteropServices
QueryOptions ( [ query, [ fileTypeFilter ) : System.Runtime.InteropServices
SaveToString ( ) : string
SetPropertyPrefetch ( [ options, [ propertiesToRetrieve ) : void
SetThumbnailPrefetch ( [ mode, [ requestedSize, [ options ) : void

메소드 상세

LoadFromString() 공개 메소드

public LoadFromString ( [ value ) : void
value [
리턴 void

QueryOptions() 공개 메소드

public QueryOptions ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

QueryOptions() 공개 메소드

public QueryOptions ( [ query ) : System.Runtime.InteropServices
query [
리턴 System.Runtime.InteropServices

QueryOptions() 공개 메소드

public QueryOptions ( [ query, [ fileTypeFilter ) : System.Runtime.InteropServices
query [
fileTypeFilter [
리턴 System.Runtime.InteropServices

SaveToString() 공개 메소드

public SaveToString ( ) : string
리턴 string

SetPropertyPrefetch() 공개 메소드

public SetPropertyPrefetch ( [ options, [ propertiesToRetrieve ) : void
options [
propertiesToRetrieve [
리턴 void

SetThumbnailPrefetch() 공개 메소드

public SetThumbnailPrefetch ( [ mode, [ requestedSize, [ options ) : void
mode [
requestedSize [
options [
리턴 void