PKPassLibrary.GetPass(String, String) 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.
Returns the PKPass whose PassTypeIdentifier and SerialNumber match the arguments.
[Foundation.Export("passWithPassTypeIdentifier:serialNumber:")]
public virtual PassKit.PKPass GetPass (string identifier, string serialNumber);
abstract member GetPass : string * string -> PassKit.PKPass
override this.GetPass : string * string -> PassKit.PKPass
Parameters
- identifier
- String
- serialNumber
- String
Returns
- Attributes