ClipDescription.ExcludedFromRemoteClipboard Property
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 true if this ClipData should be excluded from remote clipboard syncing. -or- Sets whether this ClipData should be excluded from remote clipboard syncing.
public virtual bool ExcludedFromRemoteClipboard { [Android.Runtime.Register("isExcludedFromRemoteClipboard", "()Z", "GetIsExcludedFromRemoteClipboardHandler", ApiSince=37)] get; [Android.Runtime.Register("setExcludedFromRemoteClipboard", "(Z)V", "GetSetExcludedFromRemoteClipboard_ZHandler", ApiSince=37)] set; }
[<get: Android.Runtime.Register("isExcludedFromRemoteClipboard", "()Z", "GetIsExcludedFromRemoteClipboardHandler", ApiSince=37)>]
[<set: Android.Runtime.Register("setExcludedFromRemoteClipboard", "(Z)V", "GetSetExcludedFromRemoteClipboard_ZHandler", ApiSince=37)>]
member this.ExcludedFromRemoteClipboard : bool with get, set
Property Value
- Attributes