IProtocolForResultsActivatedEventArgs.ProtocolForResultsOperation Property

Definition

Gets the ProtocolForResultsOperation that you can then use to signal that your app is ready to return to the app that launched it for results.

public:
 property ProtocolForResultsOperation ^ ProtocolForResultsOperation { ProtocolForResultsOperation ^ get(); };
ProtocolForResultsOperation ProtocolForResultsOperation();
public ProtocolForResultsOperation ProtocolForResultsOperation { get; }
var protocolForResultsOperation = iProtocolForResultsActivatedEventArgs.protocolForResultsOperation;
Public ReadOnly Property ProtocolForResultsOperation As ProtocolForResultsOperation

Property Value

The ProtocolForResultsOperation object that you can use to signal that your app is ready to return by calling its ProtocolForResultsOperation.ReportCompleted method.

Applies to