Share via


INParameter.GetParameter Method

Definition

Overloads

Name Description
GetParameter(Class, String)
GetParameter(Type, String)

Gets the parameter for the specified key path on the specified intent or response type.

GetParameter(Class, String)

[Foundation.Export("parameterForClass:keyPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INParameter GetParameter(ObjCRuntime.Class aClass, string keyPath);
[<Foundation.Export("parameterForClass:keyPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetParameter : ObjCRuntime.Class * string -> Intents.INParameter

Parameters

aClass
Class
keyPath
String

Returns

Attributes

Applies to

GetParameter(Type, String)

Gets the parameter for the specified key path on the specified intent or response type.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INParameter GetParameter(Type type, string keyPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetParameter : Type * string -> Intents.INParameter

Parameters

type
Type
keyPath
String

Returns

Attributes

Applies to