C# 클래스 tvText.SearchResultViewCell

Contains the information about a PictureInformation object displayed in the SearchResultsViewController as a Collection View.
상속: UICollectionViewCell
파일 보기 프로젝트 열기: xamarin/monotouch-samples

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void
UpdateUI void

공개 메소드들

메소드 설명
SearchResultViewCell ( IntPtr handle ) : Foundation

Initializes a new instance of the T:tvText.SearchResultViewCell class.

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void
UpdateUI ( ) : void

Updates the user interface and displays the current PictureInformation image and title.

메소드 상세

SearchResultViewCell() 공개 메소드

Initializes a new instance of the T:tvText.SearchResultViewCell class.
public SearchResultViewCell ( IntPtr handle ) : Foundation
handle System.IntPtr Handle.
리턴 Foundation