IJavaPeerable.SetPeerReference(JniObjectReference) 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.
Set the value returned by PeerReference
.
public void SetPeerReference (Java.Interop.JniObjectReference reference);
abstract member SetPeerReference : Java.Interop.JniObjectReference -> unit
Parameters
- reference
- JniObjectReference
A JniObjectReference which contains the value that future invocations of the PeerReference property should return.
Remarks
The SetPeerReference
method is invoked to alter the value returned by future access to the property.