C# 클래스 MonocleGiraffe.ViewModels.FrontPage.IncrementalPosts

상속: Portable.ViewModels.Front.IncrementalPosts, ISupportIncrementalLoading
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe 1 사용 예제들

공개 메소드들

메소드 설명
IncrementalPosts ( string query ) : System.Runtime.InteropServices.WindowsRuntime
LoadMoreItemsAsync ( uint count ) : IAsyncOperation

비공개 메소드들

메소드 설명
LoadMoreItemsAsync ( CancellationToken c, uint count ) : Task

메소드 상세

IncrementalPosts() 공개 메소드

public IncrementalPosts ( string query ) : System.Runtime.InteropServices.WindowsRuntime
query string
리턴 System.Runtime.InteropServices.WindowsRuntime

LoadMoreItemsAsync() 공개 메소드

public LoadMoreItemsAsync ( uint count ) : IAsyncOperation
count uint
리턴 IAsyncOperation