C# Class Windows.ApplicationModel.DataTransfer.Clipboard

Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Flush ( ) : void
GetContent ( ) : DataPackageView
SetContent ( [ content ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

Flush() public static method

public static Flush ( ) : void
return void

GetContent() public static method

public static GetContent ( ) : DataPackageView
return DataPackageView

SetContent() public static method

public static SetContent ( [ content ) : void
content [
return void