C# Class tvText.SearchResultViewCell

Contains the information about a PictureInformation object displayed in the SearchResultsViewController as a Collection View.
Inheritance: UICollectionViewCell
Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void
UpdateUI void

Méthodes publiques

Méthode Description
SearchResultViewCell ( IntPtr handle ) : Foundation

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

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void
UpdateUI ( ) : void

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

Method Details

SearchResultViewCell() public méthode

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