C# Class tvText.SearchResultViewCell

Contains the information about a PictureInformation object displayed in the SearchResultsViewController as a Collection View.
Inheritance: UICollectionViewCell
ファイルを表示 Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
ReleaseDesignerOutlets void
UpdateUI void

Public Methods

Method Description
SearchResultViewCell ( IntPtr handle ) : Foundation

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

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void
UpdateUI ( ) : void

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

Method Details

SearchResultViewCell() public method

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