C# Класс tvText.PictureInformation

Holds all information about a picture that will be displayed in the Search Results Collection View.
Наследование: NSObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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