ITLibrary.GetLibrary 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.
Overloads
GetLibrary(String, NSError) | |
GetLibrary(String, ITLibInitOptions, NSError) |
GetLibrary(String, NSError)
[Foundation.Export("libraryWithAPIVersion:error:")]
public static iTunesLibrary.ITLibrary GetLibrary (string requestedAPIVersion, out Foundation.NSError error);
static member GetLibrary : string * -> iTunesLibrary.ITLibrary
Parameters
- requestedAPIVersion
- String
- error
- NSError
Returns
- Attributes
Applies to
GetLibrary(String, ITLibInitOptions, NSError)
[Foundation.Export("libraryWithAPIVersion:options:error:")]
public static iTunesLibrary.ITLibrary GetLibrary (string requestedAPIVersion, iTunesLibrary.ITLibInitOptions options, out Foundation.NSError error);
static member GetLibrary : string * iTunesLibrary.ITLibInitOptions * -> iTunesLibrary.ITLibrary
Parameters
- requestedAPIVersion
- String
- options
- ITLibInitOptions
- error
- NSError
Returns
- Attributes