Instance Property インスタンスプロパティ

title

An optional, user-visible title for this activity, such as a document name or web page title. 随意の、このアクティビティに対するユーザが見ることができるタイトル、例えば書類名またはウェブページタイトル。

Declaration 宣言

var title: String? { get set }

Discussion 議論

Always specify a title string for activity objects that are eligible for searches, and it is recommended that you include a title string for all user activity objects. For search-related user activity objects, this string is displayed in the search results. 検索に適格であるアクティビティオブジェクトに対して常にタイトル文字列を指定してください、そしてあなたがタイトル文字列をすべてのユーザアクティビティオブジェクトに対して含めることは推奨されます。検索関連ユーザアクティビティオブジェクトに対して、この文字列は検索結果で表示されます。

See Also 参照

Accessing Activity Information アクティビティ情報にアクセスする