UIPasteboard
Notifications
UIPasteboard(IntPtr)
UIPasteboard(NativeHandle)
UIPasteboard(NSObjectFlag)
Automatic
ChangeCount
ChangedNotification
ChangedTypesAddedKey
ChangedTypesRemovedKey
ClassHandle
Color
Colors
Count
General
HasColors
HasImages
HasStrings
HasUrls
Image
Images
ItemProviders
Items
Name
Persistent
RemovedNotification
String
Strings
TypeListColor
TypeListImage
TypeListString
TypeListURL
Types
Url
Urls
AddItems(NSDictionary[])
Contains(String[])
Contains(String[], NSIndexSet)
DataForPasteboardType(String)
DetectPatterns(NSSet<NSString>, Action<NSSet<NSString>, NSError>)
DetectPatterns(NSSet<NSString>, NSIndexSet, Action<NSSet<NSString>[], NSError>)
DetectPatternsAsync(NSSet<NSString>)
DetectPatternsAsync(NSSet<NSString>, NSIndexSet)
DetectValues(NSSet<NSString>, Action<NSDictionary<NSString, NSObject>, NSError>)
DetectValues(NSSet<NSString>, NSIndexSet, Action<NSDictionary<NSString, NSObject>[], NSError>)
DetectValuesAsync(NSSet<NSString>)
DetectValuesAsync(NSSet<NSString>, NSIndexSet)
FromName(String, Boolean)
GetDataForPasteboardType(String, NSIndexSet)
GetPasteBoardTypes(NSIndexSet)
GetUnique()
GetValue(String)
GetValuesForPasteboardType(String, NSIndexSet)
ItemSetWithPasteboardTypes(String[])
PasteBoardTypesForSet(NSIndexSet)
Remove(String)
SetData(NSData, String)
SetItemProviders(NSItemProvider[], Boolean, NSDate)
SetItems(NSDictionary<NSString, NSObject>[], NSDictionary)
SetItems(NSDictionary<NSString, NSObject>[], UIPasteboardOptions)
SetObjects(INSItemProviderWriting[])
SetObjects(INSItemProviderWriting[], Boolean, NSDate)
SetValue(NSObject, String)
xamarinios
namespace UIKit
{
[Register("UIPasteboard", true)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class UIPasteboard : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal UIPasteboard(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API