SKDocument Constructors
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.
Overloads
| Name | Description |
|---|---|
| SKDocument(NSUrl) | |
| SKDocument(String, SKDocument, String) |
SKDocument(NSUrl)
public SKDocument(Foundation.NSUrl url);
new SearchKit.SKDocument : Foundation.NSUrl -> SearchKit.SKDocument
Parameters
- url
- NSUrl
Applies to
SKDocument(String, SKDocument, String)
public SKDocument(string name, SearchKit.SKDocument? parent = default, string? scheme = default);
new SearchKit.SKDocument : string * SearchKit.SKDocument * string -> SearchKit.SKDocument
Parameters
- name
- String
- parent
- SKDocument
- scheme
- String