C# Class Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation

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

Public Methods

Method Description
RemoveThisQuickLink ( ) : void
ReportDataRetrieved ( ) : void
ReportError ( [ value ) : void
ReportStarted ( ) : void
ReportSubmittedBackgroundTask ( ) : void

Private Methods

Method Description
ReportCompleted ( ) : void
ReportCompleted ( [ quicklink ) : void

Method Details

RemoveThisQuickLink() public method

public RemoveThisQuickLink ( ) : void
return void

ReportDataRetrieved() public method

public ReportDataRetrieved ( ) : void
return void

ReportError() public method

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

ReportStarted() public method

public ReportStarted ( ) : void
return void

ReportSubmittedBackgroundTask() public method

public ReportSubmittedBackgroundTask ( ) : void
return void