Enumeration 列挙

NSURLBookmarkCreationOptions

Options used when creating bookmark data. ブックマークデータを作成している時に使われるオプション。

Declaration 宣言

typedef enum NSURLBookmarkCreationOptions : NSUInteger {
    ...
} NSURLBookmarkCreationOptions;

Overview 概要

When creating a bookmark, use bitwise OR operators to combine the options you want to specify, and provide them to the options parameter of the bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error: method. ブックマークを作成している時、ビット単位OR演算子を使ってあなたが指定したいオプションを組み合わせてください、そしてそれらをbookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:メソッドのoptionsパラメータに提供してください。

Topics 話題

Constants 定数

Type Properties 型プロパティ

See Also 参照

Working with Bookmark Data ブックマークデータを扱う