ClipboardManager.PrimaryClipDescription 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 a description of the current primary clip on the clipboard but not a copy of its data.
public virtual Android.Content.ClipDescription? PrimaryClipDescription { [Android.Runtime.Register("getPrimaryClipDescription", "()Landroid/content/ClipDescription;", "GetGetPrimaryClipDescriptionHandler")] get; }
[<get: Android.Runtime.Register("getPrimaryClipDescription", "()Landroid/content/ClipDescription;", "GetGetPrimaryClipDescriptionHandler")>]
member this.PrimaryClipDescription : Android.Content.ClipDescription
Property Value
- Attributes
Remarks
Returns a description of the current primary clip on the clipboard but not a copy of its data.
<em>If the application is not the default IME or does not have input focus this return null
.</em>
Java documentation for android.content.ClipboardManager.getPrimaryClipDescription()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.