C# 클래스 tvText.PictureInformation

Holds all information about a picture that will be displayed in the Search Results Collection View.
상속: NSObject
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
PictureInformation ( string title, string imageName, string keywords ) : System

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

메소드 상세

PictureInformation() 공개 메소드

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.
리턴 System