C# Class Windows.ApplicationModel.DataTransfer.DataPackageView

Inheritance: IDataPackageView
Mostra file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Contains ( [ formatId ) : bool
GetBitmapAsync ( ) : IAsyncOperation
GetHtmlFormatAsync ( ) : IAsyncOperation
GetResourceMapAsync ( ) : RandomAccessStreamReference>>.IAsyncOperation
GetRtfAsync ( ) : IAsyncOperation
GetStorageItemsAsync ( ) : IAsyncOperation>
GetUriAsync ( ) : IAsyncOperation
ReportOperationCompleted ( [ value ) : void

Private Methods

Method Description
GetDataAsync ( [ formatId ) : IAsyncOperation
GetTextAsync ( ) : IAsyncOperation
GetTextAsync ( [ formatId ) : IAsyncOperation

Method Details

Contains() public method

public Contains ( [ formatId ) : bool
formatId [
return bool

GetBitmapAsync() public method

public GetBitmapAsync ( ) : IAsyncOperation
return IAsyncOperation

GetHtmlFormatAsync() public method

public GetHtmlFormatAsync ( ) : IAsyncOperation
return IAsyncOperation

GetResourceMapAsync() public method

public GetResourceMapAsync ( ) : RandomAccessStreamReference>>.IAsyncOperation
return RandomAccessStreamReference>>.IAsyncOperation

GetRtfAsync() public method

public GetRtfAsync ( ) : IAsyncOperation
return IAsyncOperation

GetStorageItemsAsync() public method

public GetStorageItemsAsync ( ) : IAsyncOperation>
return IAsyncOperation>

GetUriAsync() public method

public GetUriAsync ( ) : IAsyncOperation
return IAsyncOperation

ReportOperationCompleted() public method

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