Share via


DictionaryContainer.TryGetNativeValue(NSString, NativeHandle) Method

Definition

Returns the handle associated with key.

protected bool TryGetNativeValue(Foundation.NSString key, out ObjCRuntime.NativeHandle value);
member this.TryGetNativeValue : Foundation.NSString * NativeHandle -> bool

Parameters

key
NSString

The identifier of the value to get.

value
NativeHandle

The returned handle that was found (or Zero if no value was found for the specified key).

Returns

true if the specified key was found in the dictionary and the found value was not Zero, false otherwise.

Applies to