Enumeration
列挙
NSURLBookmarkResolutionOptions
Options used when resolving bookmark data.
ブックマークデータを解決している時に使われるオプション。
Declaration
宣言
typedef enum NSURLBookmarkResolutionOptions : NSUInteger
{
...
} NSURLBookmarkResolutionOptions;
Overview
概要
When resolving a bookmark, use bitwise OR
operators to combine the options you want to specify, and provide them to the options
parameter of the URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:
method.
ブックマークを解決している時、ビット単位OR
演算子を使ってあなたが指定したいオプションを組み合わせてください、そしてそれらをURLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:
メソッドのoptions
パラメータに提供してください。
Version-Notes
バージョンに注意
Security-scoped bookmarks are not available in versions of macOS prior to OS X 10.7.3.
保安作用域ブックマークは、OS X 10.7.3より前のmacOSのバージョンでは利用可能ではありません。
Topics
話題
Constants
定数
NSURLBookmarkResolutionWithSecurityScope
Specifies that the security scope, applied to the bookmark when it was created, should be used during resolution of the bookmark data.
それが作成された時にブックマークに適用された、保安作用域が、ブックマークデータの解決の間に使われるべきであることを指定します。
See Also
参照
Working with Bookmark Data
ブックマークデータを扱う
+ bookmarkDataWithContentsOfURL:error:
Initializes and returns bookmark data derived from an alias file pointed to by a specified URL.
指定されたURLによって指し示されるエイリアスファイルから引き出されるブックマークデータを初期化して返します。
+ resourceValuesForKeys:fromBookmarkData:
Returns the resource values for properties identified by a specified array of keys contained in specified bookmark data.
指定されたブックマークデータの中に含まれるキーそれらからなるある指定された配列によって識別されるプロパティそれらに対するリソース値を返します。
- startAccessingSecurityScopedResource
In an app that has adopted App Sandbox, makes the resource pointed to by a security-scoped URL available to the app.
App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースをそのアプリに利用可能にします。
- stopAccessingSecurityScopedResource
In an app that adopts App Sandbox, revokes access to the resource pointed to by a security-scoped URL.
App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースに対するアクセスを廃止します。