INParameter.GetParameter 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
| 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