SetValueForKeyPath(NativeHandle,NSString) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SetValueForKeyPath( _
ByVal handle As ObjCRuntime.NativeHandle, _
ByVal As Foundation.NSString _
)
public void SetValueForKeyPath(
ObjCRuntime.NativeHandle handle,
Foundation.NSString
)
Parameters
- handle
- keyPath
See Also