UIPasteboard.SetData(NSData, String) 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.
Sets the data for the specified representation type in this UIPasteBoard.
[Foundation.Export("setData:forPasteboardType:")]
public virtual void SetData (Foundation.NSData data, string forPasteboardType);
abstract member SetData : Foundation.NSData * string -> unit
override this.SetData : Foundation.NSData * string -> unit
Parameters
- data
- NSData
Data to be set on the pasteboard.
- forPasteboardType
- String
- Attributes