C# Class tvText.PictureInformation

Holds all information about a picture that will be displayed in the Search Results Collection View.
Inheritance: NSObject
Exibir arquivo Open project: xamarin/monotouch-samples

Public Methods

Method Description
PictureInformation ( string title, string imageName, string keywords ) : System

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

Method Details

PictureInformation() public method

Initializes a new instance of the T:tvText.PictureInformation class.
public PictureInformation ( string title, string imageName, string keywords ) : System
title string The picture title.
imageName string The name of an image from the Assets.xcassets collection.
keywords string The Keywords used to identify this picture.
return System