DictionaryContainer.TryGetNativeValue(NSString, NativeHandle) 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.
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.