NSUrl.CreateBookmarkData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a bookmark for this URL, with the specified options and resource values.
[Foundation.Export("bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:")]
public virtual Foundation.NSData CreateBookmarkData (Foundation.NSUrlBookmarkCreationOptions options, string[] resourceValues, Foundation.NSUrl relativeUrl, out Foundation.NSError error);
abstract member CreateBookmarkData : Foundation.NSUrlBookmarkCreationOptions * string[] * Foundation.NSUrl * -> Foundation.NSData
override this.CreateBookmarkData : Foundation.NSUrlBookmarkCreationOptions * string[] * Foundation.NSUrl * -> Foundation.NSData
Parameters
- options
- NSUrlBookmarkCreationOptions
- resourceValues
- String[]
- error
- NSError
Returns
- Attributes