C# Class Windows.ApplicationModel.DataTransfer.DataPackage

Inheritance: IDataPackage
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
DataPackage ( ) : System
GetView ( ) : DataPackageView
SetBitmap ( [ value ) : void
SetData ( [ formatId, [ value ) : void
SetDataProvider ( [ formatId, [ delayRenderer ) : void
SetHtmlFormat ( [ value ) : void
SetRtf ( [ value ) : void
SetText ( [ value ) : void
SetUri ( [ value ) : void

Private Methods

Method Description
SetStorageItems ( [ value ) : void
SetStorageItems ( [ value, [ readOnly ) : void

Method Details

DataPackage() public method

public DataPackage ( ) : System
return System

GetView() public method

public GetView ( ) : DataPackageView
return DataPackageView

SetBitmap() public method

public SetBitmap ( [ value ) : void
value [
return void

SetData() public method

public SetData ( [ formatId, [ value ) : void
formatId [
value [
return void

SetDataProvider() public method

public SetDataProvider ( [ formatId, [ delayRenderer ) : void
formatId [
delayRenderer [
return void

SetHtmlFormat() public method

public SetHtmlFormat ( [ value ) : void
value [
return void

SetRtf() public method

public SetRtf ( [ value ) : void
value [
return void

SetText() public method

public SetText ( [ value ) : void
value [
return void

SetUri() public method

public SetUri ( [ value ) : void
value [
return void