ClipData.AddItem 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.
Overloads
AddItem(ClipData+Item) |
Add a new Item to the overall ClipData container. |
AddItem(ContentResolver, ClipData+Item) |
Add a new Item to the overall ClipData container. |
AddItem(ClipData+Item)
Add a new Item to the overall ClipData container.
[Android.Runtime.Register("addItem", "(Landroid/content/ClipData$Item;)V", "GetAddItem_Landroid_content_ClipData_Item_Handler")]
public virtual void AddItem (Android.Content.ClipData.Item? item);
[<Android.Runtime.Register("addItem", "(Landroid/content/ClipData$Item;)V", "GetAddItem_Landroid_content_ClipData_Item_Handler")>]
abstract member AddItem : Android.Content.ClipData.Item -> unit
override this.AddItem : Android.Content.ClipData.Item -> unit
Parameters
- item
- ClipData.Item
Item to be added.
- Attributes
Remarks
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.
Applies to
AddItem(ContentResolver, ClipData+Item)
Add a new Item to the overall ClipData container.
[Android.Runtime.Register("addItem", "(Landroid/content/ContentResolver;Landroid/content/ClipData$Item;)V", "GetAddItem_Landroid_content_ContentResolver_Landroid_content_ClipData_Item_Handler", ApiSince=26)]
public virtual void AddItem (Android.Content.ContentResolver? resolver, Android.Content.ClipData.Item? item);
[<Android.Runtime.Register("addItem", "(Landroid/content/ContentResolver;Landroid/content/ClipData$Item;)V", "GetAddItem_Landroid_content_ContentResolver_Landroid_content_ClipData_Item_Handler", ApiSince=26)>]
abstract member AddItem : Android.Content.ContentResolver * Android.Content.ClipData.Item -> unit
override this.AddItem : Android.Content.ContentResolver * Android.Content.ClipData.Item -> unit
Parameters
- resolver
- ContentResolver
ContentResolver used to get information about the URI possibly contained in the item.
- item
- ClipData.Item
Item to be added.
- Attributes
Remarks
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.