Share via


INParameter.SetIndex(UIntPtr, String) Method

Definition

Sets the index where the value of the parameter that is specified by the key path will be stored.

[Foundation.Export("setIndex:forSubKeyPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetIndex(UIntPtr index, string subKeyPath);
[<Foundation.Export("setIndex:forSubKeyPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetIndex : unativeint * string -> unit
override this.SetIndex : unativeint * string -> unit

Parameters

index
UIntPtr

unativeint

subKeyPath
String
Attributes

Applies to