INInteraction.GetParameterValue<T>(INParameter) 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 specified parameter
as an instance of .
public T GetParameterValue<T> (Intents.INParameter parameter) where T : Foundation.NSObject;
member this.GetParameterValue : Intents.INParameter -> 'T (requires 'T :> Foundation.NSObject)
Type Parameters
- T
Parameters
- parameter
- INParameter
Returns
T