C# Class Windows.ApplicationModel.DataTransfer.DataPackage

Inheritance: IDataPackage
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SetStorageItems ( [ value ) : void
SetStorageItems ( [ value, [ readOnly ) : void

Method Details

DataPackage() public méthode

public DataPackage ( ) : System
Résultat System

GetView() public méthode

public GetView ( ) : DataPackageView
Résultat DataPackageView

SetBitmap() public méthode

public SetBitmap ( [ value ) : void
value [
Résultat void

SetData() public méthode

public SetData ( [ formatId, [ value ) : void
formatId [
value [
Résultat void

SetDataProvider() public méthode

public SetDataProvider ( [ formatId, [ delayRenderer ) : void
formatId [
delayRenderer [
Résultat void

SetHtmlFormat() public méthode

public SetHtmlFormat ( [ value ) : void
value [
Résultat void

SetRtf() public méthode

public SetRtf ( [ value ) : void
value [
Résultat void

SetText() public méthode

public SetText ( [ value ) : void
value [
Résultat void

SetUri() public méthode

public SetUri ( [ value ) : void
value [
Résultat void