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
GetParameter(Class, String) |
Gets the parameter for the specified key path on the specified intent or response class. |
GetParameter(Type, String) |
Gets the parameter for the specified key path on the specified intent or response type. |
GetParameter(Class, String)
Gets the parameter for the specified key path on the specified intent or response class.
[Foundation.Export("parameterForClass:keyPath:")]
public static Intents.INParameter GetParameter (ObjCRuntime.Class aClass, string keyPath);
static member GetParameter : ObjCRuntime.Class * string -> Intents.INParameter
Parameters
- aClass
- Class
- keyPath
- String
Returns
- Attributes